add artifact upload to workflow
Create HTML / pandoc-the-markdown (push) Failing after 38s
Details
Create HTML / pandoc-the-markdown (push) Failing after 38s
Details
This commit is contained in:
parent
2eacc65bbe
commit
82b43b47d5
|
@ -17,4 +17,10 @@ jobs:
|
||||||
do
|
do
|
||||||
pandoc --self-contained --standalone --css wmde.css -o "${markdown}.html" "${markdown}"
|
pandoc --self-contained --standalone --css wmde.css -o "${markdown}.html" "${markdown}"
|
||||||
done
|
done
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: Deployment
|
||||||
|
path: |
|
||||||
|
DatenschutzerklrungfrdieNutzungsforschungbeiW.md.html
|
||||||
|
PrivacypolicylistofparticipantsusageresearchW.md.html
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
|
Loading…
Reference in New Issue