-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📦 ci(.github): added preview workflow for pull requests and docs now deplow to the gh-page * 📦 ci(preview.yml): added workflow * 📦 ci(preview-docs.yml): added build scripts for the documentation * 📦 ci(fixed acions policy): fixed preview action workflow * 🏗️ build(package.json): edited scripts to be compatible in both dev and prod * 📝 docs(src): fixed typos and missing parameters. also removed redundant arguments * 📝 docs(readme.md): rewrote the readme and fixed the svg logo * 🧹 chore(docs): fixed logo, added text color to footer elements and cleaned the templates * 📦 ci(release-please.yml): removed extra branch and added token for the workflow
- Loading branch information
Showing
30 changed files
with
478 additions
and
782 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 |
---|---|---|
|
@@ -22,8 +22,9 @@ jobs: | |
run: | | ||
npm install | ||
npm run docs | ||
cd docs/assets && npm install | ||
npm run deploy | ||
cd docs/assets && npm install && npm run deploy | ||
- name: Deploy PR Preview | ||
uses: rossjrw/[email protected] | ||
with: | ||
|
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
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 |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
# We cant push code that doesn't build. | ||
npm test & npm run code:format | ||
npm test |
Oops, something went wrong.