Skip to content

Commit

Permalink
Update build-site.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Trevor Grant <trevor.d.grant@gmail.com>
  • Loading branch information
rawkintrevo authored Feb 23, 2025
1 parent 300f996 commit 8cbec5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
python website/scripts/sync_docs.py
git config --global user.name "Docs Bot"
git config --global user.email "docs@example.com"
git add website/docs/
git add -f website/docs/
git commit -m "Update documentation" || echo "No docs changes"
- name: Build site
Expand All @@ -35,4 +35,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site
publish_dir: ./_site

0 comments on commit 8cbec5c

Please sign in to comment.