Skip to content

Commit

Permalink
Adjusted the config some more
Browse files Browse the repository at this point in the history
  • Loading branch information
n7s committed Aug 12, 2024
1 parent cc93948 commit 4e7543d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ on:
push:
branches:
- master
pull_request:
branches:
- master

jobs:
doc_build:
runs-on: ubuntu-latest
name: building
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Get build container
id: adocbuild
uses: tonynv/asciidoctor-action@master
Expand All @@ -27,5 +24,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: ./
publish_dir: ./docs/smith

0 comments on commit 4e7543d

Please sign in to comment.