Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-sturm authored Jun 12, 2024
1 parent c066d8d commit f7feaf0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: docs

on:
# push: { branches: [ 'main' ] }
push: { branches: [ 'main' ] }
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Initialize Conda
run: |
- run: |
source $CONDA/etc/profile.d/conda.sh
conda env create -f environment.yaml
conda activate logic1_minimal
Expand All @@ -19,7 +18,6 @@ jobs:
export PYTHONPATH="$PYTHONPATH:$(pwd)"
cd doc
make html
pwd
- uses: actions/upload-pages-artifact@v3
with: { path: 'doc/build/html' }

Expand Down

0 comments on commit f7feaf0

Please sign in to comment.