Skip to content

Commit

Permalink
chore: Backport #3976 to web (#3977)
Browse files Browse the repository at this point in the history
Co-authored-by: Maximilian Roos <5635139+max-sixty@users.noreply.github.com>
  • Loading branch information
prql-bot and max-sixty authored Dec 20, 2023
1 parent c201a18 commit f394f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: 🕷️ Build web
run: task build-web

- uses: actions/upload-pages-artifact@v3.0.0
- uses: actions/upload-pages-artifact@v2.0.0
with:
path: web/website/public/

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.0
uses: actions/deploy-pages@v3.0.1

0 comments on commit f394f93

Please sign in to comment.