Merge pull request #17 from MetaMask/fix-interface-id #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish main branch dapp to GitHub Pages | |
on: | |
push: | |
branches: main | |
jobs: | |
publish-to-gh-pages: | |
name: Publish dapp to `staging` directory of `gh-pages` branch | |
permissions: | |
contents: write | |
uses: ./.github/workflows/publish-dapp.yml | |
with: | |
destination_dir: staging | |
secrets: | |
PUBLISH_DOCS_TOKEN: ${{ secrets.PUBLISH_DOCS_TOKEN }} |