Skip to content

Commit

Permalink
feat: store built docs as GitHub Actions artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Jacombs committed Nov 5, 2023
1 parent 0868cc4 commit 3b37a32
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
run: |
npx typedoc
docker run --rm -v ${PWD}:/docs squidfunk/mkdocs-material build
- name: Store docs artifact
uses: actions/upload-artifact@v3
with:
name: docs
path: dist/docs

# pulls all tags (needed for lerna to correctly version)
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/* # see https://stackoverflow.com/a/60184319/9285308
Expand Down

0 comments on commit 3b37a32

Please sign in to comment.