Skip to content

Commit

Permalink
Fix maybe actions?
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-clayton committed Aug 23, 2023
1 parent d571ccc commit 8ab3a6e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
# The type of runner that the job will run on
runs-on: ubuntu-latest

container:
image: docker.io/asciidoctor/docker-asciidoctor:latest

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -27,10 +30,9 @@ jobs:
cp {LICENSE-AGPL,LICENSE-CC-BY-SA-4.0} dist
- id: adocbuild
uses: tonynv/asciidoctor-action@master
run:
- gem install asciidoctor-multipage
with:
program: "asciidoctor -a toc=left -o dist/index.html dragonhack.adoc"
run: |
gem install asciidoctor-multipage
asciidoctor -a toc=left -o dist/index.html dragonhack.adoc
- name: Archive artifacts
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 8ab3a6e

Please sign in to comment.