Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
therealdreg authored Jul 16, 2023
1 parent 0afb0f2 commit e99d0a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@ jobs:

- name: jekyll build
run: sudo jekyll build

- name: upload
uses: actions/upload-artifact@v3
with:
name: my-artifact
path: _sites

0 comments on commit e99d0a8

Please sign in to comment.