Skip to content

Commit

Permalink
Commit build files to main
Browse files Browse the repository at this point in the history
  • Loading branch information
Carson-Shaar authored Sep 21, 2023
1 parent afe42c1 commit a50ccef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
pip install autodoc_pydantic
pip install furo
sphinx-build -b html docs docs/html
git add .
git commi -m "Build file update"
- name: Push to protected branch
- name: Push build files
uses: CasperWA/push-protected@v2
with:
token: ${{ secrets.ZT_PAT }}
Expand Down

0 comments on commit a50ccef

Please sign in to comment.