Skip to content

Commit

Permalink
Update deploy-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice authored Sep 14, 2023
1 parent 717f3b2 commit 683761a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- name: Build install
run: pipenv run make install
- name: Upload Pages artifact
with:
path: install
uses: actions/upload-pages-artifact@v2
with:
path: "web/install/"
deploy:
needs: build
runs-on: ubuntu-latest
Expand Down

0 comments on commit 683761a

Please sign in to comment.