Skip to content
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.

Bump @metamask/auto-changelog from 3.3.0 to 3.4.0 (#175) #29

Bump @metamask/auto-changelog from 3.3.0 to 3.4.0 (#175)

Bump @metamask/auto-changelog from 3.3.0 to 3.4.0 (#175) #29

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