Skip to content

Commit

Permalink
Merge pull request #922 from FlowFuse/add-artifact-name
Browse files Browse the repository at this point in the history
GH Actions - Add "name" to artifact to match "github-pages"
  • Loading branch information
joepavitt authored May 30, 2024
2 parents e2c12b4 + aea810c commit 7941da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/configure-pages@v5
- uses: actions/upload-artifact@v4
with:
name: github-pages
path: docs/.vitepress/dist
- name: Deploy
id: deployment
Expand Down

0 comments on commit 7941da7

Please sign in to comment.