Skip to content

feat: update year to 2021-2026 #17

feat: update year to 2021-2026

feat: update year to 2021-2026 #17

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@v6
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Build
run: |
yarn install
yarn build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
cname: t2linux.org