diff --git a/.github/workflows/publish-pages.yml b/.github/workflows/publish-pages.yml index 5550cca..dd0a2c4 100644 --- a/.github/workflows/publish-pages.yml +++ b/.github/workflows/publish-pages.yml @@ -12,6 +12,13 @@ jobs: with: persist-credentials: false + - name: Deploy Index 🚀 + uses: JamesIves/github-pages-deploy-action@v4 + with: + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages + folder: github + - name: Deploy Implicit Auth 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: @@ -30,13 +37,6 @@ jobs: target-folder: authentication/electron/webpage clean: true - - name: Deploy Index 🚀 - uses: JamesIves/github-pages-deploy-action@v4 - with: - token: ${{ secrets.GITHUB_TOKEN }} - branch: gh-pages - folder: github - - name: Deploy Examples 🚀 uses: JamesIves/github-pages-deploy-action@v4 with: diff --git a/eventsub/websockets/web/charity/index.html b/eventsub/websockets/web/charity/index.html index 3585d3f..b9a863d 100644 --- a/eventsub/websockets/web/charity/index.html +++ b/eventsub/websockets/web/charity/index.html @@ -1,7 +1,7 @@ - EventSub Websockets with Implicit Auth Example + Charity EventSub Websockets with Implicit Auth Example