Skip to content

Commit 1b6c5fa

Browse files
committed
added github actions for preview (fixed again)
1 parent c59c486 commit 1b6c5fa

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
name: Deploy JamWiki for testing
1+
name: Deploy JamWiki
22

33
on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
910
build-and-deploy:
@@ -25,9 +26,11 @@ jobs:
2526
run: bun run build
2627

2728
- name: Deploy to GitHub Pages
28-
uses: peaceiris/actions-gh-pages@v6
29+
uses: peaceiris/actions-gh-pages@v4
2930
with:
3031
github_token: ${{ secrets.GITHUB_TOKEN }}
3132
publish_dir: ./dist
3233
publish_branch: gh-pages
34+
cname: wiki.project-jam.is-a.dev
35+
keep_files: true
3336

0 commit comments

Comments
 (0)