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.
2 parents 6648873 + 0c2bd7f commit f54c960Copy full SHA for f54c960
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
id: pages
25
uses: actions/configure-pages@v5
26
- name: AsciiDoc to HTML
27
- run: bundle exec asciidoctor -a toc="left" -a toclevels=2 README.adoc -o docs/index.html
+ run: bundle exec asciidoctor -a toc="left" -a toclevels=2 README.adoc -o _site/index.html
28
- uses: actions/upload-pages-artifact@v3
29
deploy:
30
environment:
.gitignore
@@ -1,3 +1,4 @@
1
README.html
2
README.pdf
3
Gemfile.lock
4
+_site/
0 commit comments