Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mccormickt authored Feb 1, 2022
1 parent 1f25511 commit 67c9f7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v2

- name: Install and Build
uses: peaceiris/actions-mdbook@1
uses: peaceiris/actions-mdbook@v1
with:
mdbook-version: 'latest'

Expand All @@ -23,3 +23,4 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
cname: blog.jan0ski.net

0 comments on commit 67c9f7d

Please sign in to comment.