Skip to content

Commit 1fb9cbc

Browse files
committed
trying to fix docs
1 parent fd01fb9 commit 1fb9cbc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313

1414
steps:
1515
uses: actions/checkout@v2
16-
# with:
17-
# token: ${{ secrets.PAT }}
1816

1917
- name: Prereqs
2018
env:
@@ -26,7 +24,7 @@ jobs:
2624
git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
2725
shell: bash
2826

29-
- name: Execute script to build our documentation and update pages
27+
- name: Run build script for Sphinx pages
3028
env:
3129
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3230
run: "docs/buildsite.sh"

0 commit comments

Comments
 (0)