diff --git a/.github/workflows/push-to-prod.yml b/.github/workflows/push-to-prod.yml deleted file mode 100644 index 9aecf42b5..000000000 --- a/.github/workflows/push-to-prod.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Push to main + docs branches - -on: - workflow_dispatch: - -jobs: - push_changes: - runs-on: ubuntu-latest - steps: - - name: Checkout develop branch - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - with: - persist-credentials: false - ref: 'develop' - fetch-depth: 0 - - - name: Generate token - id: generate_token - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e - with: - app-id: 894214 - private-key: ${{ secrets.THIRDWEB_BOT_PRIVATE_KEY }} - - - name: Push to main + docs branches - env: - GH_TOKEN: ${{ steps.generate_token.outputs.token }} - run: | - git push origin develop:main --force - git push origin develop:docs --force diff --git a/docs/src/lib/components/Footer.svelte b/docs/src/lib/components/Footer.svelte index d89e74d1b..c049d10ec 100644 --- a/docs/src/lib/components/Footer.svelte +++ b/docs/src/lib/components/Footer.svelte @@ -10,8 +10,8 @@ export let iconSize = 40 let text = { - license: 'Released under the MIT License.', - copyright: '© 2023 Blocknative. All Rights Reserved.' + license: 'Released under the MIT License', + copyright: '© 2025 thirdweb' } @@ -42,15 +42,14 @@ Youtube - - Powered by thirdweb + + Powered by thirdweb Powered by thirdweb