Skip to content

Commit

Permalink
pls god make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
niklexical authored Oct 26, 2023
1 parent ff183ee commit e34aab6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,10 @@ permissions:
contents: write

jobs:
convert_via_pandoc:
runs-on: ubuntu-latest
steps:
- uses: docker://pandoc/core:2.9
with:
args: "--help" # gets appended to pandoc command
docs:
runs-on: ubuntu-latest
steps:
- uses: docker://pandoc/core:2.9
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
Expand Down

0 comments on commit e34aab6

Please sign in to comment.