Skip to content

Commit

Permalink
CAP: working two jobs docu ci --> going to implement page deployement
Browse files Browse the repository at this point in the history
  • Loading branch information
9and3 committed Aug 17, 2024
1 parent 74bf7bd commit 200e2a6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
conda env create -f environment.yml
- name: Update/Restore conda environment cache
- name: Cache conda environment cache
uses: actions/cache@v2
with:
path: C:\Miniconda\envs\diff_check
Expand Down Expand Up @@ -78,10 +78,6 @@ jobs:
restore-keys: |
${{ runner.os }}-conda-
- name: Activate diff_check conda environment
run: |
conda activate diff_check
# download artifacts
- name: Download dlls for doc folder
uses: actions/download-artifact@v2
Expand Down

0 comments on commit 200e2a6

Please sign in to comment.