mirror of
https://github.com/kennethreitz/instructor.git
synced 2026-06-05 22:50:18 +00:00
remove flags
This commit is contained in:
@@ -56,6 +56,6 @@ jobs:
|
||||
run: echo "version=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and deploy with mike
|
||||
run: mike deploy --update-aliases ${{ env.version }} latest --ignore-remote-status
|
||||
run: mike deploy ${{ env.version }} latest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
Reference in New Issue
Block a user