Skip to content

Commit

Permalink
adding dancing ghost
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Oct 18, 2023
1 parent d64c3ad commit ca2a311
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- run: ls -al ../
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=Overview-${{ github.ref_name }}.pdf README.md
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=LetsMakeNametags-${{ github.ref_name }}.pdf makeNametags.md
- run: pandoc --standalone --self-contained --embed-resources --from markdown --output=DancingGhost-${{ github.ref_name }}.pdf DancingGhost.md
- name: release
uses: actions/create-release@v1
id: create_release
Expand Down Expand Up @@ -49,4 +50,5 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: LetsMakeNametags-${{ github.ref_name }}.pdf
asset_name: LetsMakeNametags-${{ github.ref_name }}.pdf
asset_name: DancingGhost-${{ github.ref_name }}.pdf
asset_content_type: application/binary
6 changes: 6 additions & 0 deletions DancingGhost.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Final Project: Dancing Ghost!

For our final project in Lets Print Robots we will make a dancing ghost robot.



0 comments on commit ca2a311

Please sign in to comment.