Skip to content

Updated version of upload-artifact module in the workflow file (#150) #255

Updated version of upload-artifact module in the workflow file (#150)

Updated version of upload-artifact module in the workflow file (#150) #255

Workflow file for this run

name: test
on:
push:
branches:
- master
pull_request:
jobs:
generate-test:
runs-on: ubuntu-latest
steps:
- name: Checkout latest
uses: actions/checkout@master
with:
submodules: "recursive"
- name: Setup Python 3
uses: actions/setup-python@v2
with:
python-version: '3.10'
- name: Install Python requirements
run: pip install -r requirements.txt
- name: Run the generator script
run: python generate_docs.py site