Skip to content

Commit

Permalink
Adjusted the steps around some more...
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Aug 13, 2024
1 parent 11c815b commit 97f746f
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,11 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Get build container
id: adocbuild
uses: tonynv/asciidoctor-action@master
with:
program: "sudo apt update"
program: "sudo apt install ruby-pygments.rb"
program: "asciidoctor -t -v -D docs/smith --backend=xhtml5 -n -a toc=left -a source-hightlighter-pygments -o index.html docs/smith/manual.adoc"
- name: Print execution time
run: echo "Time ${{ steps.adocbuild.outputs.time }}"
- name: Get env set up
run: |
sudo apt-get update
sudo apt-get install ruby-pygments.rb
asciidoctor -t -v -D docs/smith --backend=xhtml5 -n -a toc=left -a source-hightlighter-pygments -o index.html docs/smith/manual.adoc
- name: Deploy docs to gh-pages
uses: peaceiris/actions-gh-pages@v4
with:
Expand Down

0 comments on commit 97f746f

Please sign in to comment.