Skip to content

Commit

Permalink
update pages-check
Browse files Browse the repository at this point in the history
  • Loading branch information
bingling-sama committed Feb 19, 2024
1 parent 3d27f3c commit 77139e3
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .github/workflows/pages-check.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
name: Pages Check
run-name: ${{ github.actor }} is checking pages deployment 🚀
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Setup pnpm
uses: pnpm/[email protected]
- name: Build Pages
run: pnpm run docs:build
name: Pages Check
run-name: ${{ github.actor }} is checking pages deployment 🚀
on: [push]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js environment
uses: actions/[email protected]
- name: Build Pages
run: pnpm run docs:build

0 comments on commit 77139e3

Please sign in to comment.