Skip to content

Bump @metamask/safe-event-emitter from 3.1.1 to 3.1.2 (#383) #88

Bump @metamask/safe-event-emitter from 3.1.1 to 3.1.2 (#383)

Bump @metamask/safe-event-emitter from 3.1.1 to 3.1.2 (#383) #88

name: Publish main branch docs to GitHub Pages
on:
push:
branches: main
jobs:
publish-to-gh-pages:
name: Publish docs to `staging` directory of `gh-pages` branch
permissions:
contents: write
uses: ./.github/workflows/publish-docs.yml
with:
destination_dir: staging
secrets:
PUBLISH_DOCS_TOKEN: ${{ secrets.PUBLISH_DOCS_TOKEN }}