We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009d291 commit 508e40cCopy full SHA for 508e40c
.github/workflows/deploy.yml
@@ -30,12 +30,6 @@ jobs:
30
- name: "Check out repository"
31
uses: "actions/checkout@v4"
32
33
- - name: "Install Conda environment"
34
- uses: "mamba-org/setup-micromamba@v1"
35
- with:
36
- environment-file: "environment.yml"
37
- cache-environment: true
38
-
39
- name: "Render Quarto website"
40
run: "quarto render ."
41
@@ -55,4 +49,3 @@ jobs:
55
49
- name: "Deploy to GitHub Pages"
56
50
id: "deployment"
57
51
uses: "actions/deploy-pages@v2"
58
.pre-commit-config.yaml
@@ -0,0 +1,9 @@
1
+repos:
2
+ - repo: "https://github.com/pre-commit/pre-commit-hooks"
3
+ rev: "v5.0.0"
4
+ hooks:
5
+ - id: "check-added-large-files"
6
+ - id: "check-vcs-permalinks"
7
+ - id: "check-yaml"
8
+ - id: "end-of-file-fixer"
9
+ - id: "trailing-whitespace"
0 commit comments