Skip to content

Commit

Permalink
Update node.js.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amariucaitheodor committed Dec 10, 2021
1 parent 03dbcdc commit fc6be9c
Show file tree
Hide file tree
Showing 44 changed files with 306 additions and 435 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,17 @@ jobs:
- name: Test
working-directory: ${{env.working-directory}}
run: npm test

- name: Build
working-directory: ${{env.working-directory}}
run: npm run build

- name: GitHub Pages
uses: crazy-max/[email protected]
with:
build_dir: ${{env.working-directory}} # Build directory to deploy
build_dir: ${{env.working-directory}}/build # Build directory to deploy
author: Theodor Amariucai <[email protected]> # The author name and email address
commit_message: Automatic gh-pages deployment
fqdn: true # Write the given domain name to the CNAME file
verbose: true # Enable verbose output
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit fc6be9c

Please sign in to comment.