diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 0e9243a..2d4394f 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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