We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40578d2 commit 79eabefCopy full SHA for 79eabef
3 files changed
.github/workflows/deploy-lql-website.yml
@@ -23,6 +23,7 @@ jobs:
23
name: github-pages
24
url: ${{ steps.deployment.outputs.page_url }}
25
runs-on: ubuntu-latest
26
+ timeout-minutes: 10
27
28
steps:
29
- name: Checkout
.github/workflows/deploy-website.yml
@@ -22,6 +22,7 @@ concurrency:
22
jobs:
build:
uses: actions/checkout@v4
.gitignore
@@ -168,6 +168,7 @@ coverage-results/
168
coverage*.json
169
coverage*.xml
170
coverage*.info
171
+lcov.info
172
*.coverage
173
*.coveragexml
174
*.dotCover
@@ -401,6 +402,7 @@ __pycache__/
401
402
*.tmp
403
*.bak
404
*.swp
405
+*.swo
406
*~
407
~$*
408
ClientBin/
0 commit comments