From ec8d4fd497a5e2594e41ca1c5b3a752eb515bc8e Mon Sep 17 00:00:00 2001 From: Leon van Kammen Date: Thu, 14 Dec 2023 18:14:23 +0100 Subject: [PATCH] add deployment --- .github/workflows/website.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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