Skip to content

Commit

Permalink
Update JamesIves/github-pages-deploy-action action to v4.3.4 (#328)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 26, 2022
1 parent fdc72f7 commit 45d5b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Expand Up @@ -21,12 +21,12 @@ jobs:
- name: Generate documentation
run: bin/daux generate --value html.plausible_domain=daux.io
- name: Deploy same repository 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.3.4
with:
folder: "static"
branch: gh-pages
- name: Deploy daux.io 🚀
uses: JamesIves/github-pages-deploy-action@v4.3.3
uses: JamesIves/github-pages-deploy-action@v4.3.4
with:
folder: "static"
token: ${{ secrets.GH_TOKEN_DAUX }}
Expand Down

0 comments on commit 45d5b21

Please sign in to comment.