Skip to content

Commit 854372a

Browse files
committed
Add missing GHA commands.
1 parent e88eb14 commit 854372a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
run: |
1919
npm install --global yarn
2020
yarn install --immutable --immutable-cache --check-cache
21+
yarn run build
2122
2223
# Popular action to deploy to GitHub Pages:
2324
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus

.github/workflows/test-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ jobs:
1818
run: |
1919
npm install --global yarn
2020
yarn install --immutable --immutable-cache --check-cache
21+
yarn build

0 commit comments

Comments
 (0)