mirror of
https://github.com/starship/starship.git
synced 2026-06-24 02:01:36 +07:00
ci(docs): fix netlify docs publishing (#7074)
This commit is contained in:
@@ -25,9 +25,7 @@ jobs:
|
|||||||
working-directory: docs
|
working-directory: docs
|
||||||
|
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: netlify/actions/cli@master
|
run: npx netlify-cli deploy --no-build --prod --dir=docs/.vitepress/dist
|
||||||
with:
|
|
||||||
args: deploy --prod --dir=docs/.vitepress/dist
|
|
||||||
env:
|
env:
|
||||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user