Skip to content

Commit 9916c94

Browse files
committed
Merge branch 'docs'
2 parents 7943be1 + 10f9e8e commit 9916c94

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,13 @@ jobs:
5353
run: yarn build
5454

5555
- name: Upload Build Artifact
56-
working-directory: docs
5756
uses: actions/upload-pages-artifact@v3
5857
with:
59-
path: build
58+
path: docs/build
6059

6160
deploy:
6261
name: Deploy to GitHub Pages
63-
needs: build
62+
needs: docs
6463

6564
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
6665
permissions:

0 commit comments

Comments
 (0)