Skip to content

Commit

Permalink
Update generate_docs_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc authored Aug 19, 2024
1 parent b6669c0 commit 3f7a19a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/generate_docs_pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build docs to check for errors
name: Build docs [PR]

on:
pull_request:
Expand Down Expand Up @@ -29,3 +29,13 @@ jobs:
run: ls -la
- name: Check pandoc version
run: pandoc -v
- name: Upload html as an artifact
uses: actions/upload-artifact@v3
with:
name: sigmf-spec.html
path: sigmf-spec.html
- name: Upload pdf as an artifact
uses: actions/upload-artifact@v3
with:
name: sigmf-spec.pdf
path: sigmf-spec.pdf

0 comments on commit 3f7a19a

Please sign in to comment.