Skip to content

Save image to pdf command #373

Save image to pdf command

Save image to pdf command #373

Workflow file for this run

name: Deploy Prod
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- main
jobs:
build_and_deploy_prod:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: wykies/checkout@main
with:
submodules: recursive
- name: Build and deploy
uses: wykies/zola-deploy-action@master
env:
OUT_DIR: docs
BUILD_DIR: .
PAGES_BRANCH: gh-pages
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}