This repository was archived by the owner on Jul 11, 2023. It is now read-only.
File tree 2 files changed +7
-4
lines changed
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
3
3
4
- name : Build Vuepress (nonworking)
4
+ name : Build Vuepress (nonworking, dead )
5
5
6
6
on :
7
7
# push:
@@ -15,11 +15,13 @@ jobs:
15
15
runs-on : ubuntu-latest
16
16
17
17
steps :
18
+ - uses : actions/checkout@v2
19
+
18
20
- name : Build and Deploy
19
- uses : grasilife/github-pages-deploy-action@master
21
+ uses : grasilife/github-pages-deploy-action@v1.2
20
22
env :
21
23
ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
22
24
BASE_BRANCH : docs-master # The branch the action should deploy from.
23
25
BRANCH : master # The branch the action should deploy to.
24
26
FOLDER : build # The folder the action should deploy.
25
- BUILD_SCRIPT : npm install && npm run-script build # The build script the action should run prior to deploying.
27
+ BUILD_SCRIPT : yarn && yarn docs: build # The build script the action should run prior to deploying.
Original file line number Diff line number Diff line change 19
19
ACCESS_TOKEN : ${{ secrets.ACCESS_TOKEN }}
20
20
TARGET_BRANCH : master
21
21
BUILD_SCRIPT : yarn && yarn docs:build
22
- BUILD_DIR : build
22
+ BUILD_DIR : docs/.vuepress/dist/
23
+ CNAME : kodadot.js.org
You can’t perform that action at this time.
0 commit comments