-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from 3MFConsortium/develop_1.2.0
Fix namespace for beamlattice balls
- Loading branch information
Showing
11 changed files
with
203 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# It is used to create am easily distributable and printable PDF | ||
# version of a specification document written in markdown (3MF-style). | ||
|
||
# (outdated) Documentation: | ||
# https://github.com/3MFConsortium/spec_conventions/blob/master/generatePDFs/generatePDFs.md | ||
|
||
on: [pull_request] | ||
name: Build | ||
jobs: | ||
build-linux: | ||
runs-on: ubuntu-20.04 | ||
env: | ||
SPECNAME: "3MF Beam Lattice Extension" | ||
steps: | ||
- uses: actions/checkout@v2 | ||
with: | ||
submodules: true | ||
- run: pip install wheel | ||
- run: pip install grip | ||
- run: ./markdownToPDF/install_wkhtmltopdf.sh | ||
- run: ./markdownToPDF/mdToPDF.sh "$SPECNAME" | ||
- name: Upload PDF | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: ${{ env.SPECNAME }}.pdf | ||
path: ${{ env.SPECNAME }}.pdf | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters