Skip to content

Commit

Permalink
Merge pull request 1c-syntax#3262 from 1c-syntax/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/peaceiris/actions-gh-pages-4.0.0

build(deps): bump peaceiris/actions-gh-pages from 3.9.3 to 4.0.0
  • Loading branch information
nixel2007 authored Apr 10, 2024
2 parents 03ee629 + 945a94a commit fb7d499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
cp -R temp/site/. public/dev/en
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_branch: gh-pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
- name: Deploy to GitHub Pages
if: github.event_name == 'push'
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ runner.temp }}/qodana/results/report
Expand Down

0 comments on commit fb7d499

Please sign in to comment.