We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9e1b2b commit 35bd8e1Copy full SHA for 35bd8e1
.github/workflows/documentation.yml
@@ -4,7 +4,7 @@ name: Generate and deploy documentation
4
on:
5
# Runs on pushes targeting the default branch
6
push:
7
- branches: ["main", "automated-documentation"]
+ branches: ["main", "add-automated-documentation"]
8
9
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
@@ -49,4 +49,4 @@ jobs:
49
path: './docs/build/html'
50
- name: Deploy to GitHub Pages
51
id: deployment
52
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments