Skip to content

Commit

Permalink
update deploydocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-pH committed Oct 10, 2023
1 parent bec2e5f commit 472081e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/deploydocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Create the docs directory locally in CI
run: npm run docs

- name: Upload Artifacts
uses: actions/upload-pages-artifact@v1
with:
# this should match the `pages` option in your adapter-static options
path: 'docs/'

deploy:
needs: build_docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit 472081e

Please sign in to comment.