Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Nov 7, 2024
1 parent 0d97c40 commit 4af9df8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
if: ${{ github.repository_owner == 'alchemy-fr' }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 30

- name: Get git log
- name: Generate git log
if: "${{ inputs.image == 'dashboard' }}"
run: bin/git-log.sh

Expand Down
2 changes: 1 addition & 1 deletion bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ set -e

load-env

. "bin/git-log.sh"
bin/git-log.sh

docker compose -f docker-compose.init.yml build $@
docker compose build $@
1 change: 1 addition & 0 deletions dashboard/client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ logs
*.log
pnpm-debug.log*
lerna-debug.log*
git-log.html

node_modules
dist
Expand Down

0 comments on commit 4af9df8

Please sign in to comment.