Skip to content

Commit

Permalink
try to fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Feb 14, 2024
1 parent e0ca5fb commit feafe94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
Expand All @@ -12,7 +13,7 @@ jobs:
with:
submodules: recursive
persist-credentials: false
- name: cache
- name: cache
id: cache-opam
uses: actions/cache@v3
env:
Expand Down

0 comments on commit feafe94

Please sign in to comment.