We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57425c9 commit 43ed03fCopy full SHA for 43ed03f
.github/workflows/nodejs.yml
@@ -8,6 +8,8 @@ on:
8
branches: [master]
9
pull_request:
10
11
+ repository_dispatch:
12
+ types: trigger-build
13
14
jobs:
15
build:
@@ -24,4 +26,6 @@ jobs:
24
26
with:
25
27
node-version: ${{ matrix.node-version }}
28
- run: npm install
- - run: npm run deploy
29
+ - run: npm run build
30
+ - run: echo coldemo.js.org > build/CNAME
31
+ - run: npx gh-pages -d ./build -b master -r "https://${{ secrets.ACCESS_TOKEN }}@github.com/coldemo/coldemo.github.io.git" -u "gh-pages <[email protected]>"
0 commit comments