We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0f6ca3 + 9a2cf9a commit 199b0a9Copy full SHA for 199b0a9
1 file changed
.github/workflows/release.yml
@@ -81,10 +81,11 @@ jobs:
81
- name: Prepare site
82
run: |
83
PACKAGE=${{ needs.determine-package.outputs.package }}
84
+ SUBPATH=${PACKAGE#ess}
85
git fetch origin gh-pages:gh-pages || true
86
git worktree add gh-pages-site gh-pages || mkdir -p gh-pages-site
- rm -rf gh-pages-site/$PACKAGE
87
- cp -r packages/$PACKAGE/html gh-pages-site/$PACKAGE
+ rm -rf gh-pages-site/$SUBPATH
88
+ cp -r packages/$PACKAGE/html gh-pages-site/$SUBPATH
89
cp docs/index.html gh-pages-site/index.html
90
touch gh-pages-site/.nojekyll
91
- name: Build search index
0 commit comments