-
Notifications
You must be signed in to change notification settings - Fork 8
ci: Delete/remove release tag after CHANGELOG.rst modified in main, build docs as a part of the release workflow after github release
#120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
d8da3c1
02cf636
0bffa6b
8915dfe
c523ee3
a14d7bf
259522b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -25,7 +25,7 @@ on: | |
| type: boolean | ||
|
|
||
| jobs: | ||
| docs: | ||
| build-deploy: | ||
| defaults: | ||
| run: | ||
| shell: bash -l {0} | ||
|
|
@@ -35,7 +35,7 @@ jobs: | |
| - name: Check out ${{ inputs.project }} | ||
| uses: actions/checkout@v4 | ||
| with: | ||
| fetch-depth: 0 # Fetches branches and tags | ||
| ref: main # Fetch the main branch with CHANGELOG.rst modified during full release | ||
|
||
|
|
||
| - name: Initialize miniconda | ||
| uses: conda-incubator/setup-miniconda@v3 | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.