Update .gitea/workflows/pages.yml
All checks were successful
Continuous Integration / build (push) Successful in 23s
All checks were successful
Continuous Integration / build (push) Successful in 23s
This commit is contained in:
parent
650cd893a3
commit
8ea28c07bd
@ -18,13 +18,14 @@ jobs:
|
||||
- run: pip3 install mkdocs-material
|
||||
|
||||
- run: mkdocs build
|
||||
- run: mv site/ deploy/
|
||||
|
||||
# Commit and push all changed files.
|
||||
- name: GIT Commit Build Artifacts (coverage, dist, devdist, docs)
|
||||
run: |
|
||||
git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}"
|
||||
git config --global user.email "username@users.noreply.github.com"
|
||||
git add site/
|
||||
git add deploy/
|
||||
git commit -m "${{ env.CI_COMMIT_MESSAGE }}"
|
||||
git branch -M pages
|
||||
git push -u origin pages --force
|
||||
|
Loading…
Reference in New Issue
Block a user