Skip to content

Commit

Permalink
fix: crust.io report publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Sep 23, 2022
1 parent 9d15021 commit b19bdd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: crust-logs
path: docs/api.crust.cloud
path: docs/pin.crustcode.com
- uses: actions/upload-artifact@v2
with:
name: crust-report
path: docs/api.crust.cloud.md
path: docs/pin.crustcode.com.md

check-pinata-compliance:
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish-reports.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ jobs:
with:
path: docs
key: ${{ github.sha }}-filebase
- name: Reports Cache
uses: actions/cache@v3
with:
path: docs
key: ${{ github.sha }}-crust
- name: Scheduled deployment
uses: s0/git-publish-subdir-action@77ba3d841ebd413837b5e72676bd9e54e537f3f8
env:
Expand Down

0 comments on commit b19bdd0

Please sign in to comment.