diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index b66c30e..0a7a0d4 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -28,9 +28,6 @@ jobs: - name: Generate documentation run: yarn run generate - - name: Create CNAME file - run: echo 'licenseapi.gnmyt.dev' > ./output/CNAME - - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: