Skip to content

Commit 3e66e52

Browse files
committed
trying to fix docs
1 parent 1fb9cbc commit 3e66e52

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/build_docs.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ jobs:
1212
container: debian:buster-slim
1313

1414
steps:
15-
uses: actions/checkout@v2
16-
17-
- name: Prereqs
18-
env:
19-
GITHUB_TOKEN: ${{ secrets.CREATE_DEMO_SECRET }}
20-
run: |
21-
set -x
22-
apt-get update
23-
apt-get install -y git
24-
git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
25-
shell: bash
26-
27-
- name: Run build script for Sphinx pages
28-
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
run: "docs/buildsite.sh"
31-
shell: bash
15+
uses: actions/checkout@v2
16+
17+
- name: Prereqs
18+
env:
19+
GITHUB_TOKEN: ${{ secrets.CREATE_DEMO_SECRET }}
20+
run: |
21+
set -x
22+
apt-get update
23+
apt-get install -y git
24+
git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .
25+
shell: bash
26+
27+
- name: Run build script for Sphinx pages
28+
env:
29+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
run: "docs/buildsite.sh"
31+
shell: bash
3232

3333

3434

0 commit comments

Comments
 (0)