Skip to content

Commit

Permalink
chore: update actions ocnfig
Browse files Browse the repository at this point in the history
  • Loading branch information
figurluk committed Aug 17, 2024
1 parent 1d5ce8c commit 09a8960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
with:
name: docs-auth
path: |
artifacts/auth/${{ env.ARTIFACT_AUTH }}
artifacts/auth/report.json
artifacts/${{ env.ARTIFACT_AUTH }}
artifacts/auth-report.json
retention-days: 7
test-auth:
needs: build-auth
Expand All @@ -85,7 +85,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: docs-auth
path: artifacts/auth
path: artifacts

- name: Test documentation
uses: JetBrains/writerside-checker-action@v1
Expand Down

0 comments on commit 09a8960

Please sign in to comment.