Skip to content

Commit

Permalink
updated github action to always build new site on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritten11 committed Feb 5, 2024
1 parent 0863fb4 commit 47a4839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_keyword_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
update_pages:
needs: [update_wordlist]
if: needs.update_wordlist.outputs.keyword_changes != '0'
# needs: [update_wordlist]
# if: needs.update_wordlist.outputs.keyword_changes != '0'
uses: ./.github/workflows/jekyll.yml

0 comments on commit 47a4839

Please sign in to comment.