Skip to content

Commit

Permalink
Fix nightly-build and publish-site actions (#396)
Browse files Browse the repository at this point in the history
* Revert environment.yml file's changes from 1d3ccf3 and d045efd

* Update environment.yml

* Update environment.yml

* Get rid of unused sphinx-panels

* Update publish-site.yaml's deploy

* Update environment.yml

* Update environment.yml

* Update sphinx-link-checker.yaml

* Update environment.yml

* Update publish-site.yaml

* Bring back sphinx-panels for this PR's simplicity

* Pin versions for stricter solving

* Try sphinxcontrib-serializinghtml=1.1.8

* Try sphinxcontrib-serializinghtml=1.1.8

* Remove python pinning

* Update sphinx-link-checker.yaml

* Update nightly-build.yaml

* Update trigger-site-build.yaml

* Update publish-site.yaml

* Update publish-site.yaml
  • Loading branch information
erogluorhan authored Feb 7, 2024
1 parent d045efd commit 143e337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/sphinx-link-checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
if: |
(inputs.use_cached_environment != 'true'
|| steps.cache.outputs.cache-hit != 'true')
run: mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}
run: |
mamba env update -n ${{ inputs.environment_name }} -f ${{ inputs.environment_file }}
mamba install -c conda-forge sphinxcontrib-applehelp=1.0.4 sphinxcontrib-devhelp=1.0.2 sphinxcontrib-htmlhelp=2.0.1 sphinxcontrib-qthelp=1.0.3 sphinxcontrib-serializinghtml=1.1.5
- name: Check external links
run: |
Expand Down
3 changes: 1 addition & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ dependencies:
- pip
- pyyaml
- pre-commit
- sphinx>=5.0
- sphinx-panels
- ablog>=0.11
- ablog
- pip:
- sphinx-pythia-theme

0 comments on commit 143e337

Please sign in to comment.