Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Repair documentation site after Microsoft's breaking change to `uploa…
Browse files Browse the repository at this point in the history
…d-artifact` (#3206)

See discussion at actions/upload-artifact#602.
  • Loading branch information
steveluscher authored Sep 4, 2024
1 parent 510ea83 commit ff191cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: ghpages-deploy-artifacts-v1-docs
path: .ghpages-deploy
retention-days: 1
Expand All @@ -68,6 +69,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: ghpages-deploy-artifacts
path: .ghpages-deploy
retention-days: 1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
if: matrix.node == 'current'
uses: actions/upload-artifact@v4
with:
include-hidden-files: true
name: library-dist
path: |
./packages/library/dist/
Expand Down

0 comments on commit ff191cd

Please sign in to comment.