Skip to content

Updated deploy workflows to GitHub official actions. (#6) #11

Updated deploy workflows to GitHub official actions. (#6)

Updated deploy workflows to GitHub official actions. (#6) #11

Workflow file for this run

name: Test for make site
on:
pull_request:
jobs:
Test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build site
run: |
make site