Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create publish.yml #1

Merged
merged 6 commits into from
Dec 12, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create publish.yml
  • Loading branch information
jjworren authored Dec 12, 2023
commit 74d91efb55a72b4cd53da22ffaab12484eba111a
35 changes: 35 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the workflow will run
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v1
- name: Compile document.tex
uses: dante-ev/latex-action@master
with:
root_file: main.tex
# - name: Publish
# uses: dev-build-deploy/[email protected]
# with:
# # Path to the Release configuration file, defaults to .github/release.yml
# config: # optional, default is .github/release.yml
# # Multiline list of artifact names, uploaded as part of the current workflow run, to upload as a GitHub Release asset
# artifacts: # optional
# # Multiline list of files (paths) to upload as a GitHub Release asset
# files: # optional
# # Versioning scheme to apply
# versioning: calve