Skip to content

Commit

Permalink
Disable "Push new docs."
Browse files Browse the repository at this point in the history
  • Loading branch information
samsrabin committed Oct 4, 2024
1 parent eb74874 commit 6a3049e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ jobs:
body: 'You can preview documentation at https://escomp.github.io/ctsm/branch/${{ github.event.pull_request.head.ref }}/html/index.html'
})
}
- name: Push new docs
if: ${{ github.event_name == 'push' }}
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_dir: './_build/html'
destination_dir: './versions/master/html'
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
# - name: Push new docs
# if: ${{ github.event_name == 'push' }}
# uses: peaceiris/actions-gh-pages@v3
# with:
# github_token: ${{secrets.GITHUB_TOKEN}}
# publish_dir: './_build/html'
# destination_dir: './versions/master/html'
# user_name: 'github-actions[bot]'
# user_email: 'github-actions[bot]@users.noreply.github.com'

0 comments on commit 6a3049e

Please sign in to comment.