Skip to content

Commit

Permalink
Merge pull request #129 from dermatologist/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…JamesIves/github-pages-deploy-action-4.2.5

chore(deps): bump JamesIves/github-pages-deploy-action from 4.1.5 to 4.2.5
  • Loading branch information
dermatologist authored Apr 3, 2022
2 parents df3dd78 + 802cd55 commit cbeab33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
make -C docs/ html
cp docs/_config.yml docs/_build/html/_config.yml
- name: Deploy Docs 🚀
uses: JamesIves/github-pages-deploy-action@4.1.5
uses: JamesIves/github-pages-deploy-action@v4.2.5
with:
branch: gh-pages # The branch the action should deploy to.
folder: docs/_build/html # The folder the action should deploy.

0 comments on commit cbeab33

Please sign in to comment.