Skip to content

Commit

Permalink
Fixed typo in build-sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolsilva authored Mar 13, 2024
1 parent 781a757 commit 10bff30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
git init
git remote add deploy "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git checkout -b gh-pages
echo "Empty README.md for documenation cache." > README.md
echo "Empty README.md for documentation cache." > README.md
echo "docs.cseptesting.org" > CNAME
git add .
git commit -am "Updating pyCSEP docs for commit ${GITHUB_SHA} from ${GITHUB_REF} by ${GITHUB_ACTOR}"
Expand Down

0 comments on commit 10bff30

Please sign in to comment.