From d0ad0c8bd5e2ea98a21ea3de1aaaab8c8ffc42bf Mon Sep 17 00:00:00 2001 From: Aria Moradi Date: Tue, 16 Jan 2024 17:11:54 +0330 Subject: [PATCH] fix gh-pages build --- .github/workflows/push.yml | 3 --- public/.nojekyll | 0 public/CNAME | 1 + 3 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 public/.nojekyll create mode 100644 public/CNAME diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 58804d9..153e9e5 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,9 +37,6 @@ jobs: - name: Build website run: yarn build - - name: Add .nojekyll - run: touch ./out/.nojekyll - - name: Deploy website uses: peaceiris/actions-gh-pages@v3 with: diff --git a/public/.nojekyll b/public/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/public/CNAME b/public/CNAME new file mode 100644 index 0000000..a5268b0 --- /dev/null +++ b/public/CNAME @@ -0,0 +1 @@ +suwayomi.org \ No newline at end of file