File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,21 +24,21 @@ jobs:
24
24
25
25
- name : Install dependencies
26
26
run : npm install
27
- working-directory : ' ${{ github.workspace }}/docs'
27
+ working-directory : ' ${{ github.workspace }}/.scaffold/ docs'
28
28
29
29
- name : Build documentation site
30
30
run : npm run build
31
- working-directory : ' ${{ github.workspace }}/docs'
31
+ working-directory : ' ${{ github.workspace }}/.scaffold/ docs'
32
32
33
33
- name : Run tests
34
34
run : npm run test
35
- working-directory : ' ${{ github.workspace }}/docs'
35
+ working-directory : ' ${{ github.workspace }}/.scaffold/ docs'
36
36
37
37
- name : Deploy to Netlify
38
38
uses : nwtgck/actions-netlify@v3.0
39
39
with :
40
40
github-token : ${{ secrets.GITHUB_TOKEN }}
41
- publish-dir : ' docs/build'
41
+ publish-dir : ' .scaffold/ docs/build'
42
42
production-branch : main
43
43
deploy-message : " Deploy from GitHub Actions"
44
44
enable-pull-request-comment : true
You can’t perform that action at this time.
0 commit comments