Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan committed Sep 20, 2023
1 parent 86e36a6 commit 11053dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
run: |
chmod +x ./bin/build.sh
./bin/build.sh
- name: List files in the staging dir
run: |
ls ${{ github.workspace }}/stage/
- name: Upload Pages artifact
uses: actions/upload-pages-artifact@v2
with:
path: "stage/"
path: "stage/"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 11053dc

Please sign in to comment.