Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes committed Aug 6, 2024
2 parents 137a9a4 + e756344 commit a4ac2ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: website-artifacts
path: _dist
path: _site

deploy:
runs-on: ubuntu-latest
Expand All @@ -38,12 +38,12 @@ jobs:
uses: actions/download-artifact@v4
with:
name: website-artifacts
path: _dist
path: _site
- name: List contents of the working directory
run: ls -al
- name: Deploy to neocities
uses: bcomnes/deploy-to-neocities@v2
with:
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
cleanup: true
dist_dir: _dist
dist_dir: _site

0 comments on commit a4ac2ab

Please sign in to comment.