Skip to content

Commit

Permalink
Update deploy-site.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pwright authored Nov 15, 2023
1 parent 2ac080e commit 53ca3c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Build Asciidoc
uses: docker://asciidoctor/docker-asciidoctor
with:
args: "asciidoctor getting_started_guide/main.adoc -o index.html"
args: "asciidoctor community/main.adoc -o index.html"

- name: Copy output to docs/
run: |
Expand All @@ -27,4 +27,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs
publish_dir: ./docs

0 comments on commit 53ca3c2

Please sign in to comment.