docs(contributing): new section by contributors

This commit is contained in:
Leifer Mendez
2022-12-29 14:06:23 +01:00
parent 5c620342a4
commit 480d96771f

View File

@@ -37,5 +37,6 @@ jobs:
- name: Build and Deploy
run: |
VITE_GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
cd packages/docs
netlify deploy --build --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }}