Skip to content

Commit 35bd8e1

Browse files
Update documentation.yml
1 parent c9e1b2b commit 35bd8e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Generate and deploy documentation
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main", "automated-documentation"]
7+
branches: ["main", "add-automated-documentation"]
88

99
# Allows you to run this workflow manually from the Actions tab
1010
workflow_dispatch:
@@ -49,4 +49,4 @@ jobs:
4949
path: './docs/build/html'
5050
- name: Deploy to GitHub Pages
5151
id: deployment
52-
uses: actions/deploy-pages@v4
52+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)