Skip to content

Public: Add Matrix Homeserver Deligation to chat.t2linux.org #13

Public: Add Matrix Homeserver Deligation to chat.t2linux.org

Public: Add Matrix Homeserver Deligation to chat.t2linux.org #13

Workflow file for this run

name: Publish to GitHub Pages
on:
push:
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout latest commit
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build
run: |
yarn install
yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: t2linux.org