-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
03dbcdc
commit fc6be9c
Showing
44 changed files
with
306 additions
and
435 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} |
Oops, something went wrong.