summaryrefslogtreecommitdiff
path: root/.github/workflows/cd.yml
diff options
context:
space:
mode:
authorThomas F. K. Jorna <[email protected]>2022-01-29 15:55:09 +0100
committerGitHub <[email protected]>2022-01-29 15:55:09 +0100
commit5a93993de3163fa88ce2a9d341371d62bc4e13d5 (patch)
tree86730114dde5d3bd872f088ead3d684fb50392cb /.github/workflows/cd.yml
parentf1e1769d97e4f44d7336839db587b0acbb918d99 (diff)
parent7da981397e9f0700d39d144b2b2591c127f2786a (diff)
Merge pull request #208 from org-roam/fix/106
Diffstat (limited to '.github/workflows/cd.yml')
-rw-r--r--.github/workflows/cd.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index a421f56..22e4934 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -49,9 +49,9 @@ jobs:
git config --global url."https://github.com/".insteadOf ssh://[email protected]/
git config --global url."https://".insteadOf git://
git config --global url."https://".insteadOf ssh://
- npm install
- npm run build
- npm run export
+ yarn install
+ yarn run build
+ yarn run export
- name: '[Add GitHub Sponsors to Readme]'
uses: JamesIves/[email protected]
with: