Skip to content

Commit

Permalink
Update build-and-deploy-website.yml (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
mackowski authored Sep 30, 2024
1 parent 3111504 commit 2173a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
shopt -s extglob
rm -rdfv !("CNAME"|"robots.txt"|"_config.yml")
- name: Download new build from artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: Bundle
- name: Replace bundle with new build
Expand Down

0 comments on commit 2173a44

Please sign in to comment.