This commit is contained in:
parent
29a5e58e62
commit
ca3037d5d3
@ -7,16 +7,14 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- run: echo "git_hash=$(git rev-parse --short "$GITHUB_SHA")" >> "$GITHUB_ENV"
|
||||
- run: echo "LAST_COMMIT=`git rev-parse --short HEAD`" >> $GITHUB_ENV
|
||||
- name: Build
|
||||
uses: TartanLlama/actions-eleventy@master
|
||||
env:
|
||||
LAST_COMMIT: ${{ vars.git_hash }}
|
||||
with:
|
||||
install_dependencies: true
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '20.x'
|
||||
node-version: "20.x"
|
||||
cache: "npm"
|
||||
- run: npx wrangler pages deploy dist --project-name=$CF_PROJECT_NAME --branch=$GITHUB_REF_NAME
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user