diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9f0dbb4..39cec55 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ concurrency: jobs: # Build job build: - runs-on: debian-latest + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -56,7 +56,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} needs: build - runs-on: debian-latest + runs-on: ubuntu-latest name: Deploy steps: - name: Deploy to GitHub Pages diff --git a/.npmignore b/.npmignore index a74f3a7..a1ece26 100644 --- a/.npmignore +++ b/.npmignore @@ -1,3 +1,4 @@ /README.md +/.github /docs/.vitepress /docs/.vitepress/dist