tiffanycmeyer13
|
ad3ce0ce28
|
Merge pull request #140 from Unidata/dependabot-github_actions-actions-checkout-4
CI: (deps): Bump actions/checkout from 2 to 4
|
2025-02-13 13:54:52 -06:00 |
|
tiffanycmeyer13
|
64b7d7be7e
|
Merge pull request #141 from Unidata/dependabot-github_actions-peaceiris-actions-gh-pages-4
CI: (deps): Bump peaceiris/actions-gh-pages from 3 to 4
|
2025-02-13 13:54:34 -06:00 |
|
dependabot[bot]
|
d7b56d86a5
|
CI: (deps): Bump actions/setup-python from 2 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v5)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-13 19:48:41 +00:00 |
|
dependabot[bot]
|
0d52f971c9
|
CI: (deps): Bump peaceiris/actions-gh-pages from 3 to 4
Bumps [peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages) from 3 to 4.
- [Release notes](https://github.com/peaceiris/actions-gh-pages/releases)
- [Changelog](https://github.com/peaceiris/actions-gh-pages/blob/main/CHANGELOG.md)
- [Commits](https://github.com/peaceiris/actions-gh-pages/compare/v3...v4)
---
updated-dependencies:
- dependency-name: peaceiris/actions-gh-pages
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-13 19:48:38 +00:00 |
|
dependabot[bot]
|
91f0600487
|
CI: (deps): Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v4)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-02-13 19:48:36 +00:00 |
|
ucar-tmeyer
|
b9d554830f
|
Update github actions for v23
|
2025-02-13 11:22:17 -07:00 |
|
Shay Carter
|
7be2673568
|
small change to github action
- add workflow_dispatch as a trigger to see if the button will become available in github
|
2021-06-08 15:49:37 -06:00 |
|
srcarter3
|
0350c4b9f0
|
Update sphinx_build_deploy.yml
Only build the website off a new branch called 'website'
|
2021-06-01 09:35:25 -06:00 |
|
Shay Carter
|
ba86d8f70b
|
Update github workflow:
-added back in the branch requirement for building the website
and switched it from "master" to "main" since we renamed that branch
|
2021-03-22 14:08:32 -07:00 |
|
Shay Carter
|
5f40573101
|
Small change to github action for my srcarter repo.
I want the website rebuild to trigger from any branch, because I want to preview web changes here before pushing them to the unidata branch
|
2021-03-18 14:46:12 -07:00 |
|
srcarter3
|
eca2e1506a
|
run gh-action on change to examples dir
|
2020-09-04 12:05:19 -06:00 |
|
srcarter3
|
f48d6c720b
|
Update sphinx_build_deploy.yml
comment out caching since it doesn't quite work right anyway
|
2020-09-02 16:29:40 -06:00 |
|
srcarter3
|
08aceefa76
|
Update sphinx_build_deploy.yml
fix for proper parenthesis in hashFiles cache line
|
2020-09-02 16:20:39 -06:00 |
|
srcarter3
|
97eab3f8c2
|
Update sphinx_build_deploy.yml
fix for hashfiles in caching
|
2020-09-02 16:18:19 -06:00 |
|
srcarter3
|
bd32e9af7c
|
Update sphinx_build_deploy.yml
First pass at trying to add caching for dependencies.
|
2020-09-02 16:14:31 -06:00 |
|
srcarter3
|
e506498bb6
|
Update sphinx_build_deploy.yml
change publish dir to ./docs/build/html
|
2020-09-02 13:19:00 -06:00 |
|
srcarter3
|
41c5e8057c
|
Update sphinx_build_deploy.yml
try going back to ./site as the publish_dir
|
2020-09-02 13:09:38 -06:00 |
|
srcarter3
|
522fb282dc
|
Update sphinx_build_deploy.yml
try changing the gh-pages publish_dir to ./public
|
2020-09-02 12:35:46 -06:00 |
|
srcarter3
|
9ca213bb98
|
Update sphinx_build_deploy.yml
install the readthedocs theme for sphinx
|
2020-09-02 12:17:42 -06:00 |
|
srcarter3
|
7346e5a601
|
Update sphinx_build_deploy.yml
try specifying the docs/ dir when running things
|
2020-09-02 12:14:51 -06:00 |
|
srcarter3
|
0ab8d731fc
|
Update sphinx_build_deploy.yml
add a call to update sphinx before running it to build the documentation
|
2020-09-02 11:57:54 -06:00 |
|
srcarter3
|
ad299381c3
|
Update sphinx_build_deploy.yml
spelling mistake for "requirements.txt"
|
2020-09-02 11:39:24 -06:00 |
|
srcarter3
|
73beeae98e
|
Update sphinx_build_deploy.yml
spelling mistake with peaceiris
|
2020-09-02 11:36:42 -06:00 |
|
srcarter3
|
804e30ba9e
|
Update sphinx_build_deploy.yml
was missing a line for "name: " under "release" (line 11)
|
2020-09-02 11:32:35 -06:00 |
|
srcarter3
|
42e779c611
|
Create sphinx_build_deploy.yml
First pass at creating a gh-action for using sphinx to build webpages and deploy to gh-pages
|
2020-09-02 11:28:33 -06:00 |
|