Skip to content

Commit

Permalink
Merge pull request #109 from TelegramBots/develop
Browse files Browse the repository at this point in the history
Bump actions
  • Loading branch information
wiz0u authored Jul 1, 2024
2 parents 17c51aa + cd1d574 commit 874d709
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 @@ -18,7 +18,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: '0.4.35'
- name: Setup nodejs
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Build the book
run: mdbook build
- name: Deploy to Github Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 874d709

Please sign in to comment.