Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv committed Mar 15, 2024
1 parent bd45ad8 commit 99e0800
Show file tree
Hide file tree
Showing 4 changed files with 498 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- run: pip install -r requirements.txt
- run: bikeshed update
- run: make
- uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.12
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ clean:

build/index.html: spec.bs Makefile
mkdir -p build
bikeshed update
bikeshed --die-on=warning spec
bikeshed --die-on=warning spec $< $@
Loading

0 comments on commit 99e0800

Please sign in to comment.