mirror of
https://github.com/ehw-fit/ariths-gen.git
synced 2025-04-10 09:12:11 +01:00
workflow
This commit is contained in:
parent
4bc8da4ab8
commit
73f3040e0d
9
.github/workflows/generate.yml
vendored
9
.github/workflows/generate.yml
vendored
@ -49,9 +49,12 @@ jobs:
|
|||||||
run: sudo apt install iverilog
|
run: sudo apt install iverilog
|
||||||
- name: Set up Python 3.x
|
- name: Set up Python 3.x
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
|
with:
|
||||||
|
# Semantic version range syntax or exact version of a Python version
|
||||||
|
python-version: '3.x'
|
||||||
- run: python -m pip install numpy
|
- run: python -m pip install numpy
|
||||||
- name: Download workflow run artifacts
|
- name: Download workflow run artifacts
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: arithmetic-circuits-8
|
name: arithmetic-circuits-8
|
||||||
path: test_circuits
|
path: test_circuits
|
||||||
@ -120,12 +123,12 @@ jobs:
|
|||||||
- name: Generate documentation
|
- name: Generate documentation
|
||||||
run: pdoc --html ariths_gen
|
run: pdoc --html ariths_gen
|
||||||
- name: Upload results
|
- name: Upload results
|
||||||
uses: actions/upload-artifact@v1.0.0
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: documentation
|
name: documentation
|
||||||
path: html
|
path: html
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
uses: JamesIves/github-pages-deploy-action@4
|
||||||
with:
|
with:
|
||||||
branch: gh-pages # The branch the action should deploy to.
|
branch: gh-pages # The branch the action should deploy to.
|
||||||
folder: html/ariths_gen # The folder the action should deploy.
|
folder: html/ariths_gen # The folder the action should deploy.
|
Loading…
x
Reference in New Issue
Block a user