Update .gitea/workflows/pages.yml
Some checks failed
Continuous Integration / build (push) Failing after 24s

This commit is contained in:
xeovalyte 2024-01-19 12:43:45 +01:00
parent 4f01f8d92c
commit 8b4034b5c8

View File

@ -24,7 +24,7 @@ jobs:
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "me+ci@xeovalyte.dev" git config --global user.email "me+ci@xeovalyte.dev"
- run: | - run: |
git submodule update --init --recursive --checkout --remote pages git submodule update --init --recursive --remote pages
- run: | - run: |
rm pages/* -r rm pages/* -r
cp site/* pages/ -r cp site/* pages/ -r
@ -32,5 +32,5 @@ jobs:
cd pages/ cd pages/
git add . git add .
git commit -m "${{ env.CI_COMMIT_MESSAGE }}" git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
git push git push --origin HEAD:pages
- run: curl https://docs.xeovalyte.dev/update/static - run: curl https://docs.xeovalyte.dev/update/static