diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index d26938c7..0828cf02 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -40,4 +40,5 @@ jobs: with: publish_branch: gh-pages publish_dir: ./docs - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + cname: baileys.whiskeysockets.io + github_token: ${{ secrets.GITHUB_TOKEN }}