Browse Source

Merge pull request #2135 from liamcottle/docs/update

Update Docs URL
pull/2148/head
Liam Cottle 2 months ago
committed by GitHub
parent
commit
31007d9790
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/github-pages.yml

2
.github/workflows/github-pages.yml

@ -31,6 +31,6 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
cname: docs.meshcore.nz
cname: docs.meshcore.io
publish_dir: ./site
publish_branch: 'gh-pages'

Loading…
Cancel
Save