Skip to content

ACTION_BOT: AC JOSS paper draft PDF (#527) #692

ACTION_BOT: AC JOSS paper draft PDF (#527)

ACTION_BOT: AC JOSS paper draft PDF (#527) #692

Workflow file for this run

name: gh-build

Check failure on line 1 in .github/workflows/gh-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/gh-build.yml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
push:
branches: ["main"]
branches-ignore: ["joss_paper"]
pull_request:
branches: ["main"]
branches-ignore: ["joss_paper"]
jobs:
build_ghuser_components:
runs-on: windows-latest
name: Build components
steps:
- uses: actions/checkout@v2
- uses: NuGet/[email protected]
- name: Install CPython and pythonnet package
run: |
choco install python --version=3.9.10
python -m pip install pythonnet==3.0.3
- uses: compas-dev/compas-actions.ghpython_components@v5
with:
source: py/components
target: build
interpreter: cpython
- uses: actions/upload-artifact@v4
with:
name: ghuser-components
path: build