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

Commit 09b0e73

Browse files
committed
feat: add github-pages deploy job
1 parent 9edaeb9 commit 09b0e73

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/actions.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,14 @@ jobs:
4040
cache: npm
4141
- run: npm ci
4242
- run: npm run check
43+
44+
deploy:
45+
needs: build
46+
runs-on: ubuntu-latest
47+
environment:
48+
name: github-pages
49+
url: ${{ steps.deployment.outputs.page_url }}
50+
steps:
51+
- name: Deploy to GitHub Pages
52+
id: deployment
53+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)