Skip to content

画像を現時点の最新バージョンのソフト等に更新、最終的な編集を実施 #17

画像を現時点の最新バージョンのソフト等に更新、最終的な編集を実施

画像を現時点の最新バージョンのソフト等に更新、最終的な編集を実施 #17

Workflow file for this run

name: Build Re:VIEW to make distribution file
# The workflow is triggered on pushes to the repository.
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
# uses v3 Stable version
# https://github.com/actions/checkout
- name: checkout source
uses: actions/checkout@v3
# 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@v3
with:
name: Output documents
path: ./articles/*.pdf