Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChineseMarc committed May 29, 2023
1 parent b50572f commit 13d8c8c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/node.js.yml
Expand Up @@ -23,3 +23,14 @@ jobs:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build --if-present

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 13d8c8c

Please sign in to comment.