Skip to content

Commit

Permalink
ci: site
Browse files Browse the repository at this point in the history
  • Loading branch information
lkzc19 committed Jul 25, 2024
1 parent b717b1d commit cc0107b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'site/**'

env:
WORKING_DIRECTORY: './site'
WORKING_DIRECTORY: 'site'
IMAGE_NAME: 'drinkice-site'

jobs:
Expand All @@ -16,8 +16,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
path: ./site
- name: LS
run: ls
working-directory: ${{ env.WORKING_DIRECTORY }}
Expand Down

0 comments on commit cc0107b

Please sign in to comment.