Skip to content

Commit

Permalink
Update static.yml, run after docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoffrin authored Jan 1, 2024
1 parent dc50431 commit e8faaf1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# Simple workflow for deploying static content to GitHub Pages
name: Deploy static content to Pages
name: Deploy Documentation to Pages

on:
# Runs on pushes targeting the default branch
push:
branches: ["master"]
workflow_run:
workflows: ["Documentation"]
types:
- completed

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit e8faaf1

Please sign in to comment.