Skip to content

Commit c265f86

Browse files
committed
switch to pnpm
1 parent d57175d commit c265f86

6 files changed

Lines changed: 4464 additions & 1013 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches: [ main ]
6+
pull_request:
67
workflow_dispatch:
78

89
permissions:
@@ -22,6 +23,7 @@ jobs:
2223

2324
deploy:
2425
needs: build
26+
if: github.ref == 'refs/heads/main' && github.repository == 'nextftc/nextftc-docs-beta'
2527
runs-on: ubuntu-latest
2628
environment:
2729
name: github-pages

.idea/workspace.xml

Lines changed: 68 additions & 59 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)