Skip to content

Commit

Permalink
Replace Actions workflow template macro
Browse files Browse the repository at this point in the history
$default-branch is a GitHub Actions workflow template macro but not a valid workflow variable
  • Loading branch information
marcelbrueckner committed Jul 4, 2024
1 parent 762f17d commit 829dcd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mkdocs-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ name: Deploy MkDocs to GitHub Pages
on:
push:
branches:
- $default-branch
- 'main'
paths:
- 'docs/**'
- 'scripts/**'
- 'mkdocs.yml'
- '.github/workflows/mkdocs-gh-pages.yml'

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

0 comments on commit 829dcd6

Please sign in to comment.