Skip to content

Commit 3cf4245

Browse files
committed
testing neocities
1 parent 154ef04 commit 3cf4245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
uses: actions/upload-pages-artifact@v1
2626
with:
2727
path: ./site/bipsi
28-
- name: Deploy to neocities
28+
- name: deploy to neocities
2929
uses: bcomnes/deploy-to-neocities@v2
3030
with:
3131
api_token: ${{ secrets.NEOCITIES_API_TOKEN }}
3232
cleanup: false
33-
dist_dir: site
33+
dist_dir: ./site
3434

3535
deploy:
3636
environment:

0 commit comments

Comments
 (0)