Skip to content

Commit

Permalink
chore: debug cd
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4007 committed Feb 19, 2024
1 parent dc336a9 commit de20331
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,14 @@ jobs:
run: |
yarn
yarn build
- name: Copy files excluding .gitignore
run: |
mkdir preserved
rsync -av --progress . preserved --exclude-from='.gitignore'
- name: Upload preserved directory
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: preserved
1 change: 1 addition & 0 deletions .github/workflows/cloudflare-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
echo "::set-output name=skip::false"
fi
shell: bash

- name: Deploy to Cloudflare
if: steps.check_token.outputs.skip != 'true'
uses: ubiquity/cloudflare-deploy-action@main
Expand Down

0 comments on commit de20331

Please sign in to comment.