From 3c8381268922157d6122e0d3e8995f1cd7bce895 Mon Sep 17 00:00:00 2001 From: Gaurab Chhetri Date: Mon, 19 Jun 2023 19:14:35 +0545 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3ff1e6f..ed77d35 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,7 @@ jobs: - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: + cname: learn-html.computenepal.com github_token: ${{ secrets.GITHUB_TOKEN }} # Build output to publish to the `gh-pages` branch: publish_dir: ./build