Compare commits
3 Commits
dms
...
8a5cc5c3a9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8a5cc5c3a9 | ||
|
|
9aa9b2740b | ||
| 3b6dd1de54 |
@@ -32,8 +32,8 @@ jobs:
|
||||
git config http.postBuffer 524288000
|
||||
|
||||
mv output_content /tmp/site_final
|
||||
git checkout --orphan docs-static
|
||||
git rm -rf .
|
||||
git fetch origin docs-static
|
||||
git checkout docs-static || git checkout --orphan docs-static
|
||||
cp -r /tmp/site_final/. .
|
||||
|
||||
# Optional: Remove source maps to save space
|
||||
|
||||
Reference in New Issue
Block a user