Skip to content

Commit

Permalink
chore(workflow): Updates the pdoc.yml to fix the deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Feb 13, 2024
1 parent f914049 commit d689e65
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 d689e65

Please sign in to comment.