Skip to content

Commit

Permalink
Publishing the doc site is now manual job on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee committed Sep 6, 2021
1 parent e0caeb3 commit 9011ca1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/publish-github-pages.yml
@@ -1,12 +1,11 @@
name: Publish GitHub Pages
name: "[Doc][M] Publish"

on:
push:
branches:
- publish-docs
workflow_dispatch:

jobs:
build:
build_and_publish_doc_site:
if: github.ref != 'refs/heads/gh-pages' && github.ref != 'gh-pages'

runs-on: ubuntu-latest

Expand Down

0 comments on commit 9011ca1

Please sign in to comment.