Deployed to github pages

This commit is contained in:
Github Actions
2020-06-13 19:49:45 +00:00
parent 0e8fba5d1e
commit ac9305cec3
2 changed files with 2 additions and 8 deletions
-6
View File
@@ -24,12 +24,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: actions/setup-python@v1
- name: set PY
run: echo "::set-env name=PY::$(python -c 'import hashlib, sys;print(hashlib.sha256(sys.version.encode()+sys.executable.encode()).hexdigest())')"
- uses: actions/cache@v1
with:
path: ~/.cache/pre-commit
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
- uses: pre-commit/action@v1.1.1
```
+2 -2
View File
File diff suppressed because one or more lines are too long