We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76bd273 commit ae747b3Copy full SHA for ae747b3
1 file changed
.github/workflows/all.yml
@@ -71,27 +71,9 @@ jobs:
71
env:
72
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
73
NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
74
- deploy-pages:
75
- needs: [publish]
76
- name: Build pages
77
- runs-on: ubuntu-latest
78
- if: github.ref == 'refs/heads/master'
79
- steps:
80
- - name: Checkout
81
- uses: actions/checkout@v1
82
- - uses: pnpm/action-setup@v2.0.1
83
- with:
84
- version: 6.16.0
85
- - name: Setup node
86
- uses: actions/setup-node@v2
87
88
- node-version: "18"
89
- cache: "pnpm"
90
- - name: Build package
91
- run: pnpm install && pnpm run build
92
93
run: cd pages && pnpm install && pnpm run build
94
- - name: Deploy
+ - name: Deploy pages
95
uses: JamesIves/github-pages-deploy-action@releases/v3
96
with:
97
0 commit comments