Skip to content

Commit

Permalink
Generate documentation automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanzimanyi committed Sep 20, 2023
1 parent 53ed888 commit 9bc3a39
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,21 @@ on:

jobs:
build:
name: Build
runs-on: ubuntu-latest

steps:
# checkout branch
- uses: actions/checkout@v3

# generate the documentation files
- name: Generate PDF documentation
uses: actions/checkout@v3
with:
working-directory: '.'
run: |
cd doc
dblatex -s texstyle.sty mobilitydb-workshop.xml
# store the doc files
# store the documentation files
- name: Upload Output Directory
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 9bc3a39

Please sign in to comment.