Skip to content

Update on 2024-11-06 from miRoox-m4F2aE #118

Update on 2024-11-06 from miRoox-m4F2aE

Update on 2024-11-06 from miRoox-m4F2aE #118

Workflow file for this run

name: Build & Deploy
on:
workflow_dispatch:
push:
branches: [master]
paths-ignore:
- README.md
- LICENSE
- .gitignore
pull_request:
branches: [master]
paths-ignore:
- README.md
- LICENSE
- .gitignore
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run build
env:
TIDDLYWIKI_PLUGIN_PATH: ./wikilabs-pugins
- name: Deploy
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: .