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