Skip to content

Commit

Permalink
Merge pull request #299 from premieroctet/doc/update-doc
Browse files Browse the repository at this point in the history
Copy changelog
  • Loading branch information
cregourd authored May 17, 2024
2 parents d55aaf8 + 2a2927b commit bccc403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vercel-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_DOCS }}
- name: Build Project Artifacts (Docs)
run: ls -l && vercel build ${{ inputs.extra_args }} --token=${{ secrets.VERCEL_TOKEN }}
run: cp packages/next-admin/CHANGELOG.md apps/docs/pages/changelog/index.md && vercel build ${{ inputs.extra_args }} --token=${{ secrets.VERCEL_TOKEN }}
env:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID_DOCS }}
- name: Deploy Project Artifacts to Vercel (Docs)
Expand Down

0 comments on commit bccc403

Please sign in to comment.