diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d6523d..ce6620d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,13 @@ jobs: with: package-path: ./package.json + - name: gh-pages README.md + working-directory: dist + run: | + cat > README.md << EOF + Website: https://jaywcjlove.github.io/reference + EOF + - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: