Skip to content

Commit

Permalink
chore: changes from formatting on save
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal authored and nnethercote committed May 5, 2024
1 parent 2e7a0b9 commit 8571ac6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup mdbook
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'
mdbook-version: "latest"

# EPUB
# Currently disabled due to
Expand All @@ -39,6 +39,6 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
#publish_dir: ./book/html # use if EPUB is enabled
publish_dir: ./book # use if EPUB is disabled
publish_dir: ./book # use if EPUB is disabled
# Only deploy on a push to master, not on a pull request.
if: github.event_name == 'push' && github.ref == 'refs/heads/master' && github.repository == 'nnethercote/perf-book'

0 comments on commit 8571ac6

Please sign in to comment.