Compare commits
2 Commits
c9155e2273
...
6edbab35b5
Author | SHA1 | Date | |
---|---|---|---|
6edbab35b5 | |||
409862b6f3 |
@ -7,14 +7,29 @@ on:
|
||||
jobs:
|
||||
build-pdf:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: marpteam/marp-cli:latest
|
||||
# env:
|
||||
# NODE_ENV: development
|
||||
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: latest
|
||||
|
||||
- name: Install Marp CLI
|
||||
run: npm install -g @marp-team/marp-cli
|
||||
|
||||
- name: Install chromium
|
||||
run: sudo apt-get install -y chromium-browser
|
||||
|
||||
- name: Build PDF
|
||||
run: npx marp --pdf slides.md
|
||||
run: marp main.md --pdf
|
||||
|
||||
- name: Upload output as artifact
|
||||
uses: https://gitea.com/actions/upload-artifact@v3
|
||||
with:
|
||||
name: presentation
|
||||
path: slide.pdf
|
||||
if-no-files-found: error
|
||||
retention-days: 15
|
||||
|
Before Width: | Height: | Size: 775 KiB |
Before Width: | Height: | Size: 123 KiB |
Before Width: | Height: | Size: 638 KiB After Width: | Height: | Size: 638 KiB |
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 126 KiB |
Before Width: | Height: | Size: 876 KiB After Width: | Height: | Size: 876 KiB |
Before Width: | Height: | Size: 893 KiB After Width: | Height: | Size: 893 KiB |
Before Width: | Height: | Size: 209 KiB After Width: | Height: | Size: 209 KiB |
13
main.md
@ -38,13 +38,12 @@ https://anyway.anydev.info/
|
||||
- **Discoverability**: The user can explore new places and activities.
|
||||
|
||||
---
|
||||
|
||||
# How it works
|
||||

|
||||
|
||||
<!-- backgroundImage: "linear-gradient(to bottom, #67b8e3, #0288d1)" -->
|
||||
|
||||
Gradient background
|
||||
|
||||
- **New trip**: The user can create a new trip by specifying the destination, the duration, and the budget.
|
||||
---
|
||||
|
||||
# Hey
|
||||
<!-- _paginate: hold -->
|
||||
# How it works
|
||||

|
||||
- **Your trip**:
|