Try deploying to github pages instead

Surge works pretty well, but their servers seem slow (~1.3 seconds to
respond).
pull/70/head
Wilfred Hughes 2021-11-20 00:15:35 +07:00
parent 77242fd41f
commit fc8a9f8d50
1 changed files with 4 additions and 6 deletions

@ -22,10 +22,8 @@ jobs:
run: mdbook build
working-directory: manual
- name: Deploy to Surge
uses: dswistowski/surge-sh-action@v1
- name: Deploy to GitHub pages🚀
uses: JamesIves/github-pages-deploy-action@4.1.6
with:
domain: 'difftastic.wilfred.me.uk'
project: 'manual/book'
login: wilfred
token: ${{ secrets.SURGE_TOKEN }}
branch: gh-pages
folder: manual/book