Skip to content

Commit 7d06e54

Browse files
authored
Update deploy-docs.yml
1 parent e4ea804 commit 7d06e54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
2424
- name: Build Developer Documenation
2525
run: |
26-
cd doc
2726
# Turn warnings into errors
2827
ford doc-generator.md > ford_output.txt
2928
cat ford_output.txt; if grep -q -i Warning ford_output.txt; then exit 1; fi
30-
cp ../README.md html
29+
cp ./README.md ./doc/html
3130
3231
- name: Upload Documentation
3332
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)