Skip to content

Commit

Permalink
fix(deploy): Fixed CD workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
FranCalveyra committed Dec 30, 2024
1 parent 5ced608 commit 364997e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
permissions:
contents: read
packages: write
id-token: write

steps:

Expand Down Expand Up @@ -45,6 +46,5 @@ jobs:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
with:
github-token: ${{ secrets.DEPLOY_TOKEN }}
pages-branch: main
pages-path: /
token: ${{ secrets.GITHUB_TOKEN }}
artifact_name: ${{ env.BINARY_NAME }}

0 comments on commit 364997e

Please sign in to comment.