Skip to content

Commit

Permalink
Add gh-pages folder
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Aug 26, 2023
1 parent 45636a2 commit 2bc1ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to GitHub Pages on merge Master
name: Deploy to GitHub Pages on NPM Publish or Manual Trigger
on:
workflow_run:
workflows: ["Publish to NPM"]
Expand Down Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
npm install
npm run build:docs
mkdir gh-pages
mv dist/docs/* gh-pages/
cd gh-pages
echo "ngx-css.squidit.com.br" > CNAME
Expand Down

0 comments on commit 2bc1ce2

Please sign in to comment.