Skip to content

Commit 79eabef

Browse files
Stuff
1 parent 40578d2 commit 79eabef

3 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy-lql-website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
name: github-pages
2424
url: ${{ steps.deployment.outputs.page_url }}
2525
runs-on: ubuntu-latest
26+
timeout-minutes: 10
2627

2728
steps:
2829
- name: Checkout

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ concurrency:
2222
jobs:
2323
build:
2424
runs-on: ubuntu-latest
25+
timeout-minutes: 10
2526
steps:
2627
- name: Checkout
2728
uses: actions/checkout@v4

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ coverage-results/
168168
coverage*.json
169169
coverage*.xml
170170
coverage*.info
171+
lcov.info
171172
*.coverage
172173
*.coveragexml
173174
*.dotCover
@@ -401,6 +402,7 @@ __pycache__/
401402
*.tmp
402403
*.bak
403404
*.swp
405+
*.swo
404406
*~
405407
~$*
406408
ClientBin/

0 commit comments

Comments
 (0)