Skip to content

Commit

Permalink
fix: page release (#23)
Browse files Browse the repository at this point in the history
Signed-off-by: Allain Magyar <[email protected]>
  • Loading branch information
amagyar-iohk authored Jun 29, 2024
1 parent d8f8a21 commit f9f4d29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ on:

permissions:
id-token: write
pages: write

jobs:
release-page:
if: contains(github.event.commit.message, 'chore(release):') || github.event_name == 'workflow_dispatch'
if: contains(github.event.head_commit.message, 'chore(release):') || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
environment:
name: github-pages
Expand Down

0 comments on commit f9f4d29

Please sign in to comment.