Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
update gh-pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
balins committed May 22, 2024
1 parent 0ca6e98 commit 0d78990
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: 'pages'

jobs:
deploy:
Expand All @@ -44,6 +44,8 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
destination_dir: ${{ github.ref_name }}
user_name: 'GitHub Actions'
user_email: '41898282+github-actions[bot]@users.noreply.github.com'

- name: Deploy for the latest release
if: startsWith(github.ref, 'refs/tags/v') || inputs.set-latest
Expand All @@ -52,3 +54,5 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs
destination_dir: latest
user_name: 'GitHub Actions'
user_email: '41898282+github-actions[bot]@users.noreply.github.com'

0 comments on commit 0d78990

Please sign in to comment.