name: Generate PDFs
on:
workflow_dispatch:
jobs:
generate:
runs-on: [ ubuntu-latest ]
steps:
- name: Checkout
uses: actions/checkout@v4
with:
ref: "main"
- name: Generate PDFs
uses: opf/revealjs-awesoMD-action@v1
with:
nextcloud-username: ${{ secrets.NEXTCLOUD_USERNAME }}
nextcloud-app-access-key: ${{ secrets.NEXTCLOUD_APP_ACCESS_KEY }}
# default value "PDF/training/final"
nextcloud-upload-final-folder: ${{ secrets.NEXTCLOUD_UPLOAD_FINAL_FOLDER }}
# default value "PDF/training/temp"
nextcloud-upload-temp-folder: ${{ secrets.NEXTCLOUD_UPLOAD_TEMP_FOLDER }}
# default value "presentations"
presentation-root: presentations
-
Notifications
You must be signed in to change notification settings - Fork 0
Repository for the Github Action for easy usage of https://github.com/opf/revealjs-awesoMD-templates
License
opf/revealjs-awesoMD-action
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Repository for the Github Action for easy usage of https://github.com/opf/revealjs-awesoMD-templates
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published