Skip to content

Commit

Permalink
Merge pull request #3033 from 1c-syntax/dependabot/github_actions/pea…
Browse files Browse the repository at this point in the history
…ceiris/actions-gh-pages-3.9.3

build(deps): bump peaceiris/actions-gh-pages from 3.9.2 to 3.9.3
  • Loading branch information
nixel2007 authored Mar 31, 2023
2 parents 1ce5232 + b9e3f17 commit 6f61b44
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 @@ -145,7 +145,7 @@ jobs:
cp -R temp/site/. public/dev/en
- name: Deploy
uses: peaceiris/[email protected].2
uses: peaceiris/[email protected].3
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 @@ -28,7 +28,7 @@ jobs:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
- name: Deploy to GitHub Pages
if: github.event_name == 'push'
uses: peaceiris/[email protected].2
uses: peaceiris/[email protected].3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ${{ runner.temp }}/qodana/results/report
Expand Down

0 comments on commit 6f61b44

Please sign in to comment.