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

This commit is contained in:
xeovalyte 2024-01-18 15:03:46 +01:00
parent 1587362235
commit d343c4c6d6

View File

@ -6,7 +6,7 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
env:
CI_COMMIT_MESSAGE: Continuous Integration update docs
CI_COMMIT_AUTHOR: Continuous Integration
@ -23,7 +23,7 @@ jobs:
- run: |
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
git config --global user.email "username@users.noreply.github.com"
- run: git subtree add --prefix=pages origin/pages --squash
- run: git subtree add --prefix pages origin/pages
- run: git subtree pull --prefix=pages origin pages
- run: |
rm -rf pages/*