Skip to content

Commit

Permalink
commit build before trying to deploy to server
Browse files Browse the repository at this point in the history
  • Loading branch information
hughrun committed Dec 30, 2023
1 parent fd5cb9f commit 4de7e8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Python 3.9
uses: actions/setup-python@v2
Expand All @@ -36,6 +36,11 @@ jobs:
run: |
python generate.py
- uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: build site
commit_author: BookWyrm Bot <[email protected]>

deploy:
needs: compile
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4de7e8f

Please sign in to comment.