Skip to content

Commit 3cafb86

Browse files
authored
Merge pull request Sofie-Automation#1528 from rjmunro/rjmunro/dont-keep-gh-pages-history
2 parents 26d9b38 + 4763743 commit 3cafb86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/node.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,6 +662,7 @@ jobs:
662662
with:
663663
github_token: ${{ secrets.GITHUB_TOKEN }}
664664
publish_dir: ./packages/documentation/build
665+
force_orphan: true
665666

666667
release-libs:
667668
name: Release Lib
@@ -773,7 +774,7 @@ jobs:
773774
- name: Prepare Environment
774775
run: |
775776
corepack enable
776-
777+
777778
yarn config set cacheFolder /home/runner/check-for-multiple-library-versions-cache
778779
yarn
779780
env:

0 commit comments

Comments
 (0)