Skip to content

Commit

Permalink
fix: use correct package for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
petertonysmith94 committed Jan 20, 2024
1 parent dc263ac commit 29f9cd3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pnpm run build

- name: 📦 Upload Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
name: "build-artifact-${{ github.sha }}"
path: build
6 changes: 5 additions & 1 deletion src/pages/sources.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Sources

[Shubham Dhage | 3D Artist](https://unsplash.com/@theshubhamdhage)
[Shubham Dhage | 3D Artist](https://unsplash.com/@theshubhamdhage)

- [./assets/shubham-dhage-pringle-layers.jpg](../assets/shubham-dhage-pringle-layers.jpg)
- [./assets/shubham-dhage-sphere-center.jpg](../assets/shubham-dhage-sphere-center.jpg)
- [./assets/shubham-dhage-sphere-offset-left.jpg](../assets/shubham-dhage-sphere-offset-left.jpg)

0 comments on commit 29f9cd3

Please sign in to comment.