Skip to content

Commit

Permalink
more yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NOCanoa committed Aug 28, 2024
1 parent 3b07669 commit e879c61
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/buildcnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,9 @@ jobs:
--site "${{ steps.pages.outputs.origin }}" \
--base "${{ steps.pages.outputs.base_path }}"
working-directory: ${{ env.BUILD_PATH }}
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: ${{ env.BUILD_PATH }}/dist

cd:
needs: [build]
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand All @@ -60,6 +57,7 @@ jobs:
uses: ayeressian/[email protected]
with:
source: "${{ env.BUILD_PATH }}/dist"
destination: "www"
storageEndpoint: "storage.bunnycdn.com"
storageZoneName: "${{ secrets.STORAGE_NAME }}"
storagePassword: "${{ secrets.STORAGE_PASSWORD }}"
Expand Down

0 comments on commit e879c61

Please sign in to comment.