Skip to content

Commit b4a92f6

Browse files
Tweaks to CI.
1 parent a66d307 commit b4a92f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,7 @@ jobs:
6969
./scripts/optimize.sh "$PWD/_site/codeplay.com-website"
7070
7171
- name: Upload Optimized Site
72-
uses: actions/upload-artifact@v4
73-
with:
74-
name: github-pages
75-
path: _site
72+
uses: actions/upload-pages-artifact@v3
7673

7774
deploy:
7875
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)