Skip to content

Commit

Permalink
[CI] Correct output directory for archived API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
speth committed Dec 23, 2024
1 parent 45bb24b commit 46cfd89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -434,7 +434,7 @@ jobs:
git checkout --track origin/${BRANCH}
mkdir -p ${GIT_DEST}
tar -zxf ../build/doc/docs.tar.gz -C ${GIT_DEST}
tar -zxf ../build/doc/docs.tar.gz --strip-components=1 -C ${GIT_DEST}
git add .
git commit -m "Update for Cantera ${GIT_DEST} - Cantera/cantera@${REPO_SHA}"
git show --stat HEAD
Expand Down

0 comments on commit 46cfd89

Please sign in to comment.