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 aad0b18 commit e6509e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Expand Up @@ -21,10 +21,12 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- name: npm
- uses: actions/checkout@v3
- run: npm install
- run: npm run build --if-present

- name: Upload artifact
- uses: actions/upload-pages-artifact@v1
deploy:
environment:
name: github-pages
Expand Down

0 comments on commit e6509e3

Please sign in to comment.