diff --git a/.gitea/workflows/pandoc.yaml b/.gitea/workflows/pandoc.yaml index fe7875a..dbb484c 100644 --- a/.gitea/workflows/pandoc.yaml +++ b/.gitea/workflows/pandoc.yaml @@ -1,4 +1,3 @@ - name: Create HTML run-name: {{ gitea.actor }} published new files on: [push] @@ -18,4 +17,4 @@ jobs: do pandoc --embed-resources --standalone --css pandoc.css -o "${markdown}.html" "${markdown}" done - - run: echo "This job's status is ${{ job.status }}." \ No newline at end of file + - run: echo "This job's status is ${{ job.status }}."