Skip to content

Commit

Permalink
dependabot: bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3 (#535)
Browse files Browse the repository at this point in the history
* dependabot: bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3

Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3.9.2 to 3.9.3.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](peaceiris/actions-gh-pages@v3.9.2...v3.9.3)

---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* cd: add `permissions`

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vvssttkk <8581044+vvssttkk@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and vvssttkk authored Apr 3, 2023
1 parent 556a15e commit 7923931
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
poetry run jupyter-book build ./qmlcourse
- name: update publish dir to build branch
uses: peaceiris/actions-gh-pages@v3.9.2
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./qmlcourse/_build/html/
Expand All @@ -102,7 +102,7 @@ jobs:
xelatex -interaction=nonstopmode qmlcourse.tex
- name: send pdf book to build branch
uses: peaceiris/actions-gh-pages@v3.9.2
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./qmlcourse/_build/latex/
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/cd-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ jobs:
needs: [generate-plantuml-diagrams, create-folder-for-latex]
runs-on: ubuntu-latest
timeout-minutes: 30
permissions:
contents: write
environment:
name: qmlc-web-page-stage
url: https://qmlc-web-page-stage.netlify.app
Expand Down Expand Up @@ -94,7 +96,7 @@ jobs:
poetry run jupyter-book build ./qmlcourse
- name: update publish dir to build branch
uses: peaceiris/actions-gh-pages@v3.9.2
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./qmlcourse/_build/html/
Expand All @@ -118,7 +120,7 @@ jobs:
- name: send pdf book to build branch
if: github.event.inputs.build_pdf == 'yes'
uses: peaceiris/actions-gh-pages@v3.9.2
uses: peaceiris/actions-gh-pages@v3.9.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./qmlcourse/_build/latex/
Expand Down

0 comments on commit 7923931

Please sign in to comment.