Skip to content

Instantly share code, notes, and snippets.

@flushpot1125
Created December 3, 2022 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flushpot1125/fe2fe926b719c2707312fde4e23c8c74 to your computer and use it in GitHub Desktop.
Save flushpot1125/fe2fe926b719c2707312fde4e23c8c74 to your computer and use it in GitHub Desktop.
name: Build Re:VIEW to make distribution file
# The workflow is triggered on pushes to the repository.
on: [push]
jobs:
build:
name:
runs-on: ubuntu-latest
steps:
# uses v2 Stable version
# https://github.com/actions/checkout
- name: checkout source
uses: actions/checkout@v2
# Build Artifacts
- name: Build distribution file
uses: TechBooster/ReVIEW-build-artifact-action@master
# Upload Distribution file
- name: Upload distribution file to github artifacts
uses: actions/upload-artifact@v2
with:
name: Output documents
path: ./articles/*.pdf
age: '1 weeks'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment