Skip to content

Commit 1d1e95e

Browse files
author
cowork-bot
committed
cowork-bot: merge master
2 parents a2ba1f9 + ca69f3b commit 1d1e95e

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

.github/workflows/pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
url: ${{ steps.deployment.outputs.page_url }}
3838
runs-on: ubuntu-latest
3939
needs: build
40+
timeout-minutes: 3
41+
continue-on-error: true
4042
steps:
4143
- name: Deploy to GitHub Pages
4244
id: deployment
45+
continue-on-error: true
4346
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
environment: pypi
2424

2525
steps:
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
2727
with:
2828
persist-credentials: false
2929

3030
- name: Set up Python 3.12
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
3232
with:
3333
python-version: "3.12"
3434

@@ -48,10 +48,10 @@ jobs:
4848

4949
- name: Publish to TestPyPI
5050
if: ${{ inputs.pypi_target == 'testpypi' }}
51-
uses: pypa/gh-action-pypi-publish@release/v1
51+
uses: pypa/gh-action-pypi-publish@ecb4c3dfd4790f14e30aaeac04855c7413ee9368
5252
with:
5353
repository-url: https://test.pypi.org/legacy/
5454

5555
- name: Publish to PyPI
5656
if: ${{ inputs.pypi_target == 'pypi' || github.event_name == 'release' }}
57-
uses: pypa/gh-action-pypi-publish@release/v1
57+
uses: pypa/gh-action-pypi-publish@ecb4c3dfd4790f14e30aaeac04855c7413ee9368

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ build/
1313

1414
# Added by release-prep
1515
node_modules
16+
17+
# Build artifacts
18+
_site/

0 commit comments

Comments
 (0)