We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4ea804 commit 7d06e54Copy full SHA for 7d06e54
.github/workflows/deploy-docs.yml
@@ -23,11 +23,10 @@ jobs:
23
24
- name: Build Developer Documenation
25
run: |
26
- cd doc
27
# Turn warnings into errors
28
ford doc-generator.md > ford_output.txt
29
cat ford_output.txt; if grep -q -i Warning ford_output.txt; then exit 1; fi
30
- cp ../README.md html
+ cp ./README.md ./doc/html
31
32
- name: Upload Documentation
33
uses: actions/upload-artifact@v2
0 commit comments