Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdan authored Sep 19, 2024
1 parent 84a469b commit 555fb99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git clone --branch ${{ env.DOCS_BRANCH }} https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/acceleratescience/workshops.git temp_docs
git clone --branch ${{ env.DOCS_BRANCH }} https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/acceleratescience/resource-hub.git temp_docs
# - name: Deploy to Documentation Repo
# run: |
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
# Commit changes
git add .
git commit -m "Update ${{ env.DOCS_SUBDIR }} workshops"
git commit -m "Update ${{ env.DOCS_SUBDIR }} resource-hub"
# Try to push
if git push origin ${{ env.DOCS_BRANCH }}; then
Expand Down

0 comments on commit 555fb99

Please sign in to comment.