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

This commit is contained in:
xeovalyte 2024-01-18 15:01:01 +01:00
parent 5123480d8d
commit 1587362235

View File

@ -23,7 +23,7 @@ jobs:
- run: | - run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com" git config --global user.email "username@users.noreply.github.com"
- run: git subtree add --prefix=pages origin/pages - run: git subtree add --prefix=pages origin/pages --squash
- run: git subtree pull --prefix=pages origin pages - run: git subtree pull --prefix=pages origin pages
- run: | - run: |
rm -rf pages/* rm -rf pages/*