add deployment

This commit is contained in:
Leon van Kammen 2023-12-14 18:14:23 +01:00
parent 5668eb1cb4
commit ec8d4fd497
1 changed files with 8 additions and 8 deletions

View File

@ -4,7 +4,7 @@ name: Deploy static content to Pages
on: on:
# Runs on pushes targeting the default branch # Runs on pushes targeting the default branch
push: push:
branches: ["main","feat/audio"] branches: ["main","feat/multiparty"]
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab
workflow_dispatch: workflow_dispatch:
@ -31,11 +31,11 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Checkout feat/audio - name: Checkout feat/multiparty
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
ref: feat/audio ref: feat/multiparty
path: feat/audio path: feat/multiparty
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v3
- name: create index.gltf - name: create index.gltf
@ -84,13 +84,13 @@ jobs:
# steps: # steps:
# - name: Checkout main # - name: Checkout main
# uses: actions/checkout@v3 # uses: actions/checkout@v3
# - name: Checkout feat/audio # - name: Checkout feat/multiparty
# uses: actions/checkout@v3 # uses: actions/checkout@v3
# with: # with:
# ref: feat/audio # ref: feat/multiparty
# path: feat/audio # path: feat/multiparty
# #- name: mkdir branches # #- name: mkdir branches
# # run: mkdir -p public/feat/audio # # run: mkdir -p public/feat/multiparty
# - name: Setup Pages # - name: Setup Pages
# uses: actions/configure-pages@v3 # uses: actions/configure-pages@v3
# - name: create public-folder # - name: create public-folder