Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Dec 21, 2023
1 parent 581c9c4 commit fbbbce6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Deploy GitHub pages
env:
NODE_VERSION: 20
GH_PAGES_DIR: gh-pages-dist
CI: false

on:
push:
Expand All @@ -15,7 +16,9 @@ jobs:
contents: read
pages: write
id-token: write
actions: read
actions: write
checks: write
deployments: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
Expand All @@ -42,3 +45,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit fbbbce6

Please sign in to comment.