Skip to content

Commit

Permalink
Merge pull request #165 from freelawproject/fix-github-pages-deploy-a…
Browse files Browse the repository at this point in the history
…ction

chore(workflow): Updates the pdoc.yml to fix the deploy step
  • Loading branch information
mlissner authored Feb 13, 2024
2 parents 4190008 + 097b2f6 commit bdab4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
sed -i 's/AhocorasickTokenizer(.*\]))/AhocorasickTokenizer()/' ./eyecite/index.html
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@4.5.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: api_documentation/eyecite

0 comments on commit bdab4df

Please sign in to comment.