Skip to content

Commit

Permalink
Update deploy-branches.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dm0n3y authored Feb 18, 2025
1 parent 0e6e056 commit 607b96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: nelonoel/[email protected]
- name: Retrieve build environment if cached # STEP 2
id: opam-cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: '/home/runner/.opam/'
key: ${{ runner.os }}-modules-${{ hashFiles('./source/opam.export') }}
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
git add -A
git status
git diff-index --quiet HEAD || (git commit -m "github-deploy-action-${BRANCH_NAME}"; git push)
working-directory: ./server
working-directory: ./server

0 comments on commit 607b96b

Please sign in to comment.