Skip to content

Commit ca69f3b

Browse files
improve: fix Pages deploy timeout and add _site to gitignore (#43)
1 parent ab52bb7 commit ca69f3b

2 files changed

Lines changed: 6 additions & 0 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

.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)