Skip to content

Commit

Permalink
wip: artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored May 6, 2024
1 parent 2e682df commit 7004fe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ jobs:
with:
node-version: "20"
- run: npx -y @redocly/cli build-docs api/api.yml --o docs/index.html
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
name: docs
if: github.ref == 'refs/heads/main'
with:
path: docs
Expand Down

0 comments on commit 7004fe7

Please sign in to comment.