Skip to content

Introduce Matrix Authentication Service #41

Introduce Matrix Authentication Service

Introduce Matrix Authentication Service #41

Workflow file for this run

name: Publish
on:
push:
branches:
- dev
jobs:
deploy:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '20.x'
- run: npm ci
- run: npm run build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_branch: master