Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
vuonghuuhung committed Nov 14, 2024
1 parent 7bf636f commit 6610163
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-github-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:
build:
name: Build
Expand Down Expand Up @@ -50,4 +53,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_dir: ./dist

0 comments on commit 6610163

Please sign in to comment.