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 331498f commit b717b1d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- 'site/**'

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

jobs:
Expand All @@ -18,11 +18,9 @@ jobs:
uses: actions/checkout@v4
with:
path: ./site
- name: Set working directory
run: |
echo "WORKING_DIRECTORY=subdirectory" >> $GITHUB_ENV
- name: LS
run: ls
working-directory: ${{ env.WORKING_DIRECTORY }}
# - name: Setup Node
# uses: actions/setup-node@v4
# with:
Expand Down

0 comments on commit b717b1d

Please sign in to comment.