Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
tilelang
Commits
6545b084
Unverified
Commit
6545b084
authored
Aug 15, 2025
by
Wenhao Xie
Committed by
GitHub
Aug 15, 2025
Browse files
[CI] fix docs ci (#720)
parent
f5fca05b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
.github/workflows/publish_docs.yml
.github/workflows/publish_docs.yml
+2
-3
No files found.
.github/workflows/publish_docs.yml
View file @
6545b084
...
...
@@ -27,11 +27,10 @@ jobs:
TARGET_REPO
:
${{ secrets.TARGET_REPO }}
TARGET_TOKEN
:
${{ secrets.TARGET_TOKEN }}
run
:
|
git clone https://github.com/${TARGET_REPO}.git -b main target_repo
cd target_repo
git config --local user.name "github-actions[bot]"
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git clone https://github.com/${TARGET_REPO}.git target_repo
cd target_repo
git checkout main
find . -mindepth 1 -maxdepth 1 ! -name ".github" ! -name "." ! -name ".git" -exec rm -rf {} +
cp -r ../docs/_build/html/* ./
git add .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment