Skip to content

Merge pull request #25 from i13302/feature/upd-key #24

Merge pull request #25 from i13302/feature/upd-key

Merge pull request #25 from i13302/feature/upd-key #24

Workflow file for this run

# This is a basic workflow to help you get started with Actions
name: "Release"
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
push:
branches:
- master
- dev/actions
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "build"
release:
# The type of runner that the job will run on
runs-on: i13302-actions
env:
image-name: latexactionstemplate
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Set up Git Repository
uses: actions/checkout@v4
- name: Pull Image
run: docker pull ghcr.io/${{ github.repository_owner }}/${{ env.image-name }}
- name: Tex Compline
env:
IMAGENAME: ghcr.io/${{ github.repository_owner }}/${{ env.image-name }}
run: chmod +x .tools/mptex2pdf && .tools/mptex2pdf -l paper
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: chmod +x ./.github/scripts/paper_release.sh && ./.github/scripts/paper_release.sh