-
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
39d8ac1
commit 18cdbd2
Showing
1 changed file
with
2 additions
and
12 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 |
---|---|---|
|
@@ -36,18 +36,8 @@ jobs: | |
# run tests! | ||
- run: npm run test | ||
|
||
# build | ||
- run: npm run build | ||
|
||
# preare docs folder for github pages | ||
- run: cp -r build docs | ||
|
||
# commit github pages folder | ||
- run: git config credential.helper 'cache --timeout=120' | ||
- run: git config user.email "[email protected]" | ||
- run: git config user.name "Deployment Bot" | ||
- run: git add docs | ||
- run: 'git commit -m "docs: update github docs"' | ||
# deploy to netlify | ||
- run: npm run deploy | ||
|
||
# release | ||
- run: npx semantic-release |