Browse Source
Merge pull request #2135 from liamcottle/docs/update
Update Docs URL
pull/2148/head
Liam Cottle
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/github-pages.yml
|
|
@ -31,6 +31,6 @@ jobs: |
|
|
uses: peaceiris/actions-gh-pages@v3 |
|
|
uses: peaceiris/actions-gh-pages@v3 |
|
|
with: |
|
|
with: |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
|
cname: docs.meshcore.nz |
|
|
cname: docs.meshcore.io |
|
|
publish_dir: ./site |
|
|
publish_dir: ./site |
|
|
publish_branch: 'gh-pages' |
|
|
publish_branch: 'gh-pages' |
|
|
|