Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
futabooo committed Feb 11, 2023
1 parent 6a4d980 commit f4754b7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/create_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ jobs:
- run: |
npm install
node ./md2pdf.js
- uses: actions/upload-artifact@v1
with:
name: jp-pdf
path: ./jp/README.pdf
- uses: actions/upload-artifact@v1
with:
name: en-pdf
path: ./en/README.pdf
- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down
Binary file added en/curriculum-vitae.pdf
Binary file not shown.
Binary file added jp/curriculum-vitae.pdf
Binary file not shown.
4 changes: 0 additions & 4 deletions md2pdf.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
var markdownpdf = require("markdown-pdf");

// markdownpdf().from("./jp/README.md").to("./jp/README.pdf", function () {
// console.log("Done")
// })

var mdDocs = ["./jp/README.md", "./en/README.md"],
pdfDocs = mdDocs.map(function (d) {
return d.replace("README.md", "curriculum-vitae.pdf");
Expand Down

0 comments on commit f4754b7

Please sign in to comment.