Skip to content

Commit

Permalink
fix: gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Sep 18, 2024
1 parent e7ed93c commit f81e3ba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v2

- name: Install dependencies
run: npm install

- name: Publish to Github Pages
run: npm run deploy

0 comments on commit f81e3ba

Please sign in to comment.