Skip to content

Commit

Permalink
chore: Update release action (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
vipinvkmenon authored Nov 11, 2024
1 parent d7c3d33 commit 8f953c0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/create-gh-page.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Deploy gh-page
on: workflow_dispatch # For Now
# Pages will be built against a specific tag when releases
# Additionally trigger manually
on:
workflow_dispatch:
workflow_call:
permissions:
contents: write
jobs:
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,12 @@ jobs:
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
generate-gh-pages:
uses: ./.github/workflows/create-gh-page.yml
secrets: inherit
permissions:
contents: write
needs:
- goreleaser


0 comments on commit 8f953c0

Please sign in to comment.