Skip to content

Actions: Bump actions/checkout from 6 to 7 #19

Actions: Bump actions/checkout from 6 to 7

Actions: Bump actions/checkout from 6 to 7 #19

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@v7
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