diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1cfd85..6dd9a64 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,20 +1,18 @@ -name: Deploy +name: Deploy to GitHub Pages on: push: branches: [main] workflow_dispatch: -# Make sure that you set these permissions permissions: contents: read pages: write id-token: write jobs: - ci: + deploy: runs-on: ubuntu-latest - steps: - name: Setup repo uses: actions/checkout@v4 diff --git a/demo/index.html b/demo/index.html index 827ecb7..e55e5cc 100644 --- a/demo/index.html +++ b/demo/index.html @@ -19,15 +19,15 @@