Skip to content

Commit

Permalink
Update buildcnd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Aug 28, 2024
1 parent 7d46d02 commit aebcedf
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/buildcnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,9 @@ jobs:
run: |
${{ steps.detect-package-manager.outputs.runner }} astro build \
working-directory: ${{ env.BUILD_PATH }}

cd:
needs: [build]
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
- name: Deploy to BunnyCDN
uses: actions/checkout@v4
uses: ayeressian/[email protected]
with:
source: "${{ env.BUILD_PATH }}/dist"
Expand Down

0 comments on commit aebcedf

Please sign in to comment.