matrix-workadventure

Experimental workadventure map for matrix.org using an experimental support of ldtk
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-workadventure.git
Log | Files | Refs | README

commit 7b1b16a63982fb7ed772ee7f482c77d9152164dd
parent 82fe93ec3276b2cbe7fc12d5b005e544429c1a0c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 29 Mar 2024 19:15:19 +0100

Fix base branch

Diffstat:
M.github/workflows/build-and-deploy.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-and-deploy.yml b/.github/workflows/build-and-deploy.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} BRANCH: gh-pages # The branch the action should deploy to. FOLDER: dist/ # The folder the action should deploy. - BASE_BRANCH: master + BASE_BRANCH: main - name: Bash2 run: |