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 5b965a3 commit 1f4a28cCopy full SHA for 1f4a28c
.github/workflows/pages.yml
@@ -35,14 +35,14 @@ jobs:
35
- name: Install asciidoctor
36
run: sudo apt-get update && sudo apt-get --assume-yes install asciidoctor
37
- name: Build documentation
38
- run: asciidoctor --safe -vn docs/using-newdoc.adoc --out-file=index.html
+ run: asciidoctor --safe -vn docs/using-newdoc.adoc --out-file=docs/index.html
39
- name: Setup Pages
40
uses: actions/configure-pages@v2
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v1
43
with:
44
# Upload the generated HTML file
45
- path: 'index.html'
+ path: 'docs'
46
- name: Deploy to GitHub Pages
47
id: deployment
48
uses: actions/deploy-pages@v1
0 commit comments