Skip to content

Commit dd1aa87

Browse files
committed
Copy to draft directory
1 parent 82027c8 commit dd1aa87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: 'Build documentation'
8787
run: |
8888
# Turn warnings into errors and ensure .doctrees is not deployed:
89-
sphinx-build -b html -WT --keep-going spec build/latest -d doctrees
89+
sphinx-build -b html -WT --keep-going spec build/draft -d doctrees
9090
9191
# Upload the build artifact:
9292
- name: 'Upload build artifact'
@@ -114,7 +114,7 @@ jobs:
114114
# Copy build artifact:
115115
- name: 'Copy build artifact'
116116
run: |
117-
cp -R ./build/latest ./latest
117+
cp -R ./build/draft ./draft
118118
timeout-minutes: 10
119119

120120
# Commit changes to:

0 commit comments

Comments
 (0)