Skip to content

Commit

Permalink
Next try
Browse files Browse the repository at this point in the history
  • Loading branch information
hirasso committed Dec 3, 2023
1 parent 9d32e00 commit 7b274c0
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Documentation
name: Deploy Docs

permissions:
contents: write
Expand Down Expand Up @@ -27,9 +27,8 @@ jobs:
npm install
npm run docs:build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
- name: Upload Pages Artifact
uses: actions/upload-pages-artifact@v1
with:
publish_dir: ./dist
github_token: ${{ secrets.GITHUB_TOKEN }}
path: ./docs/dist/
# cname: scrollmirror.js.org

0 comments on commit 7b274c0

Please sign in to comment.