mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +03:00
Whoops
This commit is contained in:
3
.github/workflows/makefile.yml
vendored
3
.github/workflows/makefile.yml
vendored
@@ -34,9 +34,6 @@ jobs:
|
|||||||
- name: build-docs
|
- name: build-docs
|
||||||
run: ./build-docs-ci.sh
|
run: ./build-docs-ci.sh
|
||||||
|
|
||||||
- name: wrap-artifact
|
|
||||||
run: ./wrap-artifact.sh
|
|
||||||
|
|
||||||
- name: upload-artifact
|
- name: upload-artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
@@ -3,7 +3,7 @@
|
|||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
export PATH=${PATH}:${HOME}/.local/bin
|
export PATH=${PATH}:${HOME}/.local/bin
|
||||||
export GITDIR=$(shell git rev-parse --abbrev-ref HEAD)
|
export GITDIR=main
|
||||||
|
|
||||||
|
|
||||||
make SYNC_SDK=TRUE linux
|
make SYNC_SDK=TRUE linux
|
||||||
|
Reference in New Issue
Block a user