Skip to content

Commit

Permalink
fix(worflow)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximellerbach committed Apr 4, 2024
1 parent 457b285 commit 6ffe813
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Markdown to PDF

on:
push:
branches: [main]
branches: [master]
release:
types: [created]
workflow_dispatch:
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Install pandoc
run: sudo apt-get install pandoc
- name: Convert to PDF
run: ./build/generate_tutoriels.sh
run: ./.build/generate_tutoriels.sh
- name: Upload out/ folder
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6ffe813

Please sign in to comment.