Skip to content

Commit

Permalink
fix_ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Bondar committed Feb 5, 2025
1 parent 6b36a98 commit 810f97d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:

# Deploy to GitHub Pages
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs # This is the directory that contains the built documentation
cname: sdk.neonevm.org

0 comments on commit 810f97d

Please sign in to comment.