Skip to content

Commit fd01fb9

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ jobs:
1212
container: debian:buster-slim
1313

1414
steps:
15-
- uses: actions/checkout@v2
15+
uses: actions/checkout@v2
1616
# with:
1717
# token: ${{ secrets.PAT }}
1818

1919
- name: Prereqs
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.CREATE_DEMO_SECRET }}
2222
run: |
23+
set -x
2324
apt-get update
2425
apt-get install -y git
2526
git clone "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git" .

0 commit comments

Comments
 (0)