Skip to content

Commit 4cd281f

Browse files
authored
Merge pull request #14 from uiowa/develop
Develop
2 parents 0c7d394 + 9cd866a commit 4cd281f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/gh-pages.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
restore-keys: npm-packages-
5454

5555
- run: yarn
56+
- run: yarn build
5657
# Check to make sure that docs built into www.
5758
# - run: ls -lah $GITHUB_WORKSPACE/www
5859

@@ -71,7 +72,6 @@ jobs:
7172
- name: Main branch preparations
7273
if: github.ref == format('refs/heads/{0}', env.MAIN_BRANCH)
7374
run: |
74-
yarn build --base=./
7575
cp -a $GITHUB_WORKSPACE/dist/* $GITHUB_WORKSPACE/gh-pages
7676
7777
# If develop branch:
@@ -80,7 +80,6 @@ jobs:
8080
- name: Develop branch preparations
8181
if: github.ref == format('refs/heads/{0}', env.DEVELOP_BRANCH)
8282
run: |
83-
yarn build --base=./latest/
8483
rm -rf $GITHUB_WORKSPACE/gh-pages/latest
8584
mv $GITHUB_WORKSPACE/dist $GITHUB_WORKSPACE/gh-pages/latest
8685

0 commit comments

Comments
 (0)