-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3d27f3c
commit 77139e3
Showing
1 changed file
with
14 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |