Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-clayton committed Aug 23, 2023
1 parent f7a49f5 commit 264ddd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@ 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 @@ -29,6 +26,9 @@ jobs:
cp -r images/* dist/images/
cp {LICENSE-AGPL,LICENSE-CC-BY-SA-4.0} dist
- id: adocbuild
name: Build book
container:
image: docker.io/asciidoctor/docker-asciidoctor:latest
run: |
gem install asciidoctor-multipage
asciidoctor -a toc=left -o dist/index.html dragonhack.adoc
Expand Down

0 comments on commit 264ddd5

Please sign in to comment.