Skip to content

opf/revealjs-awesoMD-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Usage

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