Skip to content

Commit 09ceab9

Browse files
committed
Update to use github pages
1 parent a5e62b4 commit 09ceab9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/docs.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,12 @@ jobs:
7878
yarn build
7979
touch build/.nojekyll
8080
81-
- name: Upload static files as artifact
82-
id: deployment
83-
uses: actions/upload-pages-artifact@v3 # or specific "vX.X.X" version tag for this action
81+
- name: Upload artifact
82+
uses: actions/upload-pages-artifact@v3
8483
with:
85-
path: build_outputs_folder/
84+
name: github-pages
85+
path: website/build
86+
retention-days: 365
8687

8788
# Deployment job
8889
deploy:

0 commit comments

Comments
 (0)