Skip to content

Commit

Permalink
Merge pull request #923 from FlowFuse/ghaction-artifcat-v3
Browse files Browse the repository at this point in the history
 Switch to actions/upload-pages-artifact@v3
  • Loading branch information
joepavitt authored May 30, 2024
2 parents 7941da7 + 33c4e6b commit 34930a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
env:
VITE_POSTHOG_APIKEY: ${{ vars.POSTHOG_API_KEY }}
- uses: actions/configure-pages@v5
- uses: actions/upload-artifact@v4
- uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: docs/.vitepress/dist
- name: Deploy
id: deployment
Expand Down

0 comments on commit 34930a4

Please sign in to comment.