Skip to content

Commit

Permalink
Update artifact name to avoid conflict in deploy job
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Feb 7, 2025
1 parent 330292d commit ff4d117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy to GitHub Pages

on:
workflow_dispatch:
push:
branches:
- main
Expand Down Expand Up @@ -54,7 +55,7 @@ jobs:
working-directory: docs
uses: actions/upload-artifact@v4
with:
name: github-pages
name: github-pages-build
path: build

# Deploy job
Expand Down

0 comments on commit ff4d117

Please sign in to comment.