Skip to content

Commit

Permalink
docs.yml: more verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffjennings authored Jun 26, 2024
1 parent 64ad7a2 commit 86949ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ jobs:
name: built_docs
path: docs/_build/html

# - name: Echo download path
# run: echo ${{steps.download.outputs.download-path}}
- name: Echo download path
run: echo ${{steps.download.outputs.download-path}}

- name: Disable jekyll builds
run: touch docs/_build/html/.nojekyll

# - name: Display docs file structure
# run: ls -aR
# working-directory: docs/_build/html
- name: Display docs file structure
run: ls -aR
working-directory: docs/_build/html

- name: Install and configure dependencies
run: |
Expand All @@ -105,4 +105,4 @@ jobs:
git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git
npx gh-pages --dotfiles --dist docs/_build/html --user "github-actions-bot <support+actions@github.com>" --message "Update docs [skip ci]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 86949ee

Please sign in to comment.