Skip to content

chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 (#38) #30

chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 (#38)

chore(deps-dev): bump @metamask/auto-changelog from 5.0.1 to 5.0.2 (#38) #30

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 }}