Skip to content

Commit fbfa45b

Browse files
authored
Update test-docs.yml
1 parent f77d301 commit fbfa45b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,21 +24,21 @@ jobs:
2424

2525
- name: Install dependencies
2626
run: npm install
27-
working-directory: '${{ github.workspace }}/docs'
27+
working-directory: '${{ github.workspace }}/.scaffold/docs'
2828

2929
- name: Build documentation site
3030
run: npm run build
31-
working-directory: '${{ github.workspace }}/docs'
31+
working-directory: '${{ github.workspace }}/.scaffold/docs'
3232

3333
- name: Run tests
3434
run: npm run test
35-
working-directory: '${{ github.workspace }}/docs'
35+
working-directory: '${{ github.workspace }}/.scaffold/docs'
3636

3737
- name: Deploy to Netlify
3838
uses: nwtgck/actions-netlify@v3.0
3939
with:
4040
github-token: ${{ secrets.GITHUB_TOKEN }}
41-
publish-dir: 'docs/build'
41+
publish-dir: '.scaffold/docs/build'
4242
production-branch: main
4343
deploy-message: "Deploy from GitHub Actions"
4444
enable-pull-request-comment: true

0 commit comments

Comments
 (0)