Skip to content

Commit

Permalink
chore: use default gh pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
moebiusmania committed Feb 24, 2024
1 parent 953f0e7 commit 02e7672
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
- run: npm ci
- run: npm run generate

- name: GitHub Pages
uses: crazy-max/ghaction-github-pages@v4
with:
# Build directory to deploy
build_dir: .output/public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 02e7672

Please sign in to comment.