1
0
mirror of https://github.com/minio/docs.git synced 2025-04-18 10:04:02 +03:00
This commit is contained in:
Ravind Kumar 2024-11-22 17:00:46 -05:00
parent e3a8c4f054
commit 53e14984e3
2 changed files with 1 additions and 4 deletions

View File

@ -34,9 +34,6 @@ jobs:
- name: build-docs
run: ./build-docs-ci.sh
- name: wrap-artifact
run: ./wrap-artifact.sh
- name: upload-artifact
uses: actions/upload-artifact@v4
with:

View File

@ -3,7 +3,7 @@
set -ex
export PATH=${PATH}:${HOME}/.local/bin
export GITDIR=$(shell git rev-parse --abbrev-ref HEAD)
export GITDIR=main
make SYNC_SDK=TRUE linux