File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 25
25
deploy :
26
26
name : Deploy to GitHub Pages
27
27
runs-on : ubuntu-latest
28
+ working-directory : ./casdk-docs
28
29
steps :
29
30
- uses : actions/checkout@v2
30
31
- uses : actions/setup-node@v3
34
35
35
36
- name : Install dependencies
36
37
run : yarn install --frozen-lockfile
37
- working-directory : ./casdk-docs
38
+
38
39
- name : Build website
39
40
run : yarn build
40
- working-directory : ./casdk-docs
41
41
42
42
# Popular action to deploy to GitHub Pages:
43
43
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
46
46
with :
47
47
github_token : ${{ secrets.GITHUB_TOKEN }}
48
48
# Build output to publish to the `gh-pages` branch:
49
- publish_dir : ./casdk-docs/ build
49
+ publish_dir : ./build
50
50
# The following lines assign commit authorship to the official
51
51
# GH-Actions bot for deploys to `gh-pages` branch:
52
52
# https://github.com/actions/checkout/issues/13#issuecomment-724415212
You can’t perform that action at this time.
0 commit comments