We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e88eb14 commit 854372aCopy full SHA for 854372a
.github/workflows/deploy.yml
@@ -18,6 +18,7 @@ jobs:
18
run: |
19
npm install --global yarn
20
yarn install --immutable --immutable-cache --check-cache
21
+ yarn run build
22
23
# Popular action to deploy to GitHub Pages:
24
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
.github/workflows/test-deploy.yml
@@ -18,3 +18,4 @@ jobs:
+ yarn build
0 commit comments