We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab52bb7 commit ca69f3bCopy full SHA for ca69f3b
2 files changed
.github/workflows/pages.yml
@@ -37,7 +37,10 @@ jobs:
37
url: ${{ steps.deployment.outputs.page_url }}
38
runs-on: ubuntu-latest
39
needs: build
40
+ timeout-minutes: 3
41
+ continue-on-error: true
42
steps:
43
- name: Deploy to GitHub Pages
44
id: deployment
45
46
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e
.gitignore
@@ -13,3 +13,6 @@ build/
13
14
# Added by release-prep
15
node_modules
16
+
17
+# Build artifacts
18
+_site/
0 commit comments