Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit 85b5d32

Browse files
committed
Merge branch 'docs-master' of github.com:kodadot/kodadot.github.io into docs-master
2 parents 22f08d5 + 1fa419f commit 85b5d32

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.github/workflows/deploy-vuepress.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33

4-
name: Build Vuepress (nonworking)
4+
name: Build Vuepress (nonworking, dead)
55

66
on:
77
# push:
@@ -15,11 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18+
- uses: actions/checkout@v2
19+
1820
- name: Build and Deploy
19-
uses: grasilife/github-pages-deploy-action@master
21+
uses: grasilife/github-pages-deploy-action@v1.2
2022
env:
2123
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2224
BASE_BRANCH: docs-master # The branch the action should deploy from.
2325
BRANCH: master # The branch the action should deploy to.
2426
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.

.github/workflows/vuepress-deploy-next.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ jobs:
1919
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2020
TARGET_BRANCH: master
2121
BUILD_SCRIPT: yarn && yarn docs:build
22-
BUILD_DIR: build
22+
BUILD_DIR: docs/.vuepress/dist/
23+
CNAME: kodadot.js.org

0 commit comments

Comments
 (0)