Skip to content

Commit

Permalink
Fix deploy (#921)
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 authored Jan 30, 2025
1 parent 126501d commit 949bb47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
GITHUB_TOKEN: ${{ steps.get-dotcom-access-token.outputs.access-token }}

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: public
Expand All @@ -72,6 +72,6 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v4
with:
preview: true

0 comments on commit 949bb47

Please sign in to comment.