diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e8c8551a..2f57764a 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -22,7 +22,7 @@ jobs: - name: Build run: flutter build web - name: Deploy - uses: peaceiris/actions-gh-pages@v4.0.0 + uses: peaceiris/actions-gh-pages@v4.1.0 with: github_token: "${{ secrets.GITHUB_TOKEN }}" publish_dir: ./swagger_parser_pages/build/web