Skip to content

Commit 7511476

Browse files
committed
ci: fix folder name
1 parent 1241d2c commit 7511476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/render.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141
uses: JamesIves/github-pages-deploy-action@v4
4242
with:
4343
branch: gh-pages
44-
folder: _site
44+
folder: docs
4545

4646
- name: Upload website artifact
4747
if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master' }}
4848
uses: actions/upload-pages-artifact@v3
4949
with:
50-
path: "_site"
50+
path: "docs"
5151

5252
deploy:
5353
needs: build

0 commit comments

Comments
 (0)