Skip to content

Commit

Permalink
Merge pull request #144 from neonlabsorg/fix_ci
Browse files Browse the repository at this point in the history
fix_ci
  • Loading branch information
mrbnd authored Feb 5, 2025
2 parents 6b36a98 + 810f97d commit 4fc77a1
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 4fc77a1

Please sign in to comment.