Skip to content

Commit

Permalink
Update docs to contain proper CI info
Browse files Browse the repository at this point in the history
  • Loading branch information
tabatkins committed Nov 21, 2024
1 parent 99f5698 commit f43c4ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ To use bikeshed on [Travis CI](https://travis-ci.org/)'s github integration, you
```yaml
language: python
python:
- "3.8"
- "3.9"
install:
- pip install bikeshed
- bikeshed update
Expand Down Expand Up @@ -500,7 +500,7 @@ containing:
jobs:
main:
name: Build, Validate and Deploy
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand Down

0 comments on commit f43c4ca

Please sign in to comment.