Skip to content

Commit

Permalink
Restore the automated-docs if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Feb 11, 2024
1 parent fa10711 commit 031adf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
Generate-Documentation:
name: Generate Documentation
runs-on: ubuntu-latest
# if: github.ref == 'refs/heads/automated-docs'
if: github.ref == 'refs/heads/automated-docs'
needs: Push-Workflow
steps:
- name: Checkout repository
Expand Down

0 comments on commit 031adf9

Please sign in to comment.