Fix build scripts

This commit is contained in:
2022-09-20 18:01:57 +02:00
parent 820a4acc63
commit a61464b21b
4 changed files with 38 additions and 4 deletions

28
.github/workflows/main.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: Build and Deploy with TiddlyWiki
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
workflow_dispatch:
jobs:
page_build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build
run: |
sudo apt update
sudo apt install -y npm
sudo npm install -g tiddlywiki
./Build.sh
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: public