Skip to content

Commit

Permalink
new action for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
brianorwhatever committed Oct 8, 2023
1 parent ff29159 commit 52b6000
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ jobs:

- run: mkdir deploy && mv index.html deploy

- uses: actions/upload-artifact@v3
with:
name: github-pages
path: deploy/index.html
- uses: actions/upload-pages-artifact@v1
with:
path: .deploy/

# - name: Deploy 🚀
# uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 52b6000

Please sign in to comment.