Skip to content

Commit

Permalink
chores: bumped version of the peaceiris/actions-gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyxdd committed Oct 23, 2024
1 parent 9c9f31b commit 2853115
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ concurrency:
permissions:
contents: write

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -37,7 +40,7 @@ jobs:
spec-file: openapi.yaml
# the gh pages are setup to build and deploy on push to the 'gh-pages' branch
- name: Push to gh-pages branch
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: swagger-ui

0 comments on commit 2853115

Please sign in to comment.