Skip to content

Commit

Permalink
verce.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hideokamoto committed Mar 13, 2024
1 parent 57ac704 commit 549f843
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/astro.yml
Expand Up @@ -70,6 +70,11 @@ jobs:
--site "${{ steps.pages.outputs.origin }}" \
--base "${{ steps.pages.outputs.base_path }}"
working-directory: ${{ env.BUILD_PATH }}
- name: Copy vercel.json
run: |
pwd
ls -la
cp ${{ env.BUILD_PATH }}/vercel.json ${{ env.BUILD_PATH }}/dist
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 549f843

Please sign in to comment.