Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IvyCap authored Nov 19, 2024
1 parent 42fbd8e commit be5c7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# optional path within the repo, defaults to ${{github.workspace}}
site_sources_path: 'site-sources-folder'
- name: "Upload generated site"
uses: actions/upload-artifact@v1.0.0
uses: actions/upload-artifact@v4.0.0
with:
name: site
path: "${{ github.workspace }}/build/${{ env.SITE_DIR }}"

0 comments on commit be5c7fc

Please sign in to comment.