Skip to content

Commit

Permalink
ci: update docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wout committed Feb 11, 2024
1 parent 9dbaf3c commit 1f8c9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Expand Up @@ -2,13 +2,13 @@ name: Deploy docs

on:
push:
branches: [master]
branches: [main]

jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: crystal-lang/install-crystal@v1
Expand Down

0 comments on commit 1f8c9c0

Please sign in to comment.