This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
git fetch origin
|
||||
git checkout --orphan pages
|
||||
git rm -rf .
|
||||
cp -r docs/html/* .
|
||||
cp -r doc/html/* .
|
||||
git add .
|
||||
git commit -m "Update docs" || echo "No changes to commit"
|
||||
git push https://$USERNAME:${{ secrets.GITEA_TOKEN }}@homelinuxserver.ddns.net/git/<username>/<repo>.git pages --force
|
||||
|
||||
Reference in New Issue
Block a user