Skip to content

Commit d358580

Browse files
authored
Format branches list in docs.yml
We just need to use main branch now. ABM3_develop has been renamed to main.
1 parent 6010a33 commit d358580

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: Publish documents
22
on:
33
push:
4-
branches: [main, ABM3_develop]
4+
branches:
5+
- main
56
jobs:
67
build:
78
name: Deploy docs to GitHub Pages
@@ -19,4 +20,4 @@ jobs:
1920
uses: peaceiris/actions-gh-pages@v3
2021
with:
2122
github_token: ${{ secrets.GITHUB_TOKEN }}
22-
publish_dir: ./site
23+
publish_dir: ./site

0 commit comments

Comments
 (0)