Skip to content

Commit

Permalink
Update build-sphinx.yml
Browse files Browse the repository at this point in the history
echo variables
  • Loading branch information
pjmaechling authored Sep 29, 2023
1 parent efde281 commit 2c55061
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
doc_root=`mktemp -d`
rsync -av "docs/_build/html/" "${doc_root}/"
pushd "${doc_root}"
echo "${doc_root}"
echo "${GITHUB_ACTOR}"
echo "${GITHUB_REPOSITORY}"
git config --global user.name "${GITHUB_ACTOR}"
git config --global user.email "${GITHUB_ACTOR}@users.noreply.github.com"
git init
Expand Down

0 comments on commit 2c55061

Please sign in to comment.