Skip to content

Commit

Permalink
Update deploy-docs.yml (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
hupling authored Jan 7, 2025
1 parent 9eea3ce commit 2393c1c
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions workflow-templates/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
name: Deploy docs
name: Deploy documentation website

on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
# Runs on pushes targeting the `main` branch
push:
branches: [main]
paths:
- "docs/**"
- ".github/workflows/**" # define the concrete paths on which a change triggers this action, e.g. backend/**

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
- ".github/workflows/deploy-docs.yml" # define the concrete paths on which a change triggers this action, e.g. docs/**

jobs:
deploy-pages:
Expand Down

0 comments on commit 2393c1c

Please sign in to comment.