Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ravindk89 committed Nov 22, 2024
1 parent e3a8c4f commit 53e1498
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion build-docs-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 53e1498

Please sign in to comment.