Skip to content

Commit

Permalink
[Cloud]Don't deploy to cloud site
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Dec 16, 2023
1 parent 94ad368 commit 22eb1c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy_web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,3 @@ jobs:
target-folder: branch/dev
force: false
clean: false
- name: Deploy to cloud site 🚀
if: github.ref == 'refs/heads/cloud'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages # The branch the action should deploy to.
folder: build/bin # The folder the action should deploy.
target-folder: branch/cloud
force: false
clean: false
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ if(NOT EMSCRIPTEN AND NOT ANDROID AND NOT IOS)
set(BUILD_CURL_EXE OFF)
set(BUILD_SHARED_LIBS OFF)
set(BUILD_STATIC_LIBS ON)
set(CURL_STATIC_CRT ON)
# see "Important static libcurl usage note" in INSTALL.md
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -DCURL_STATICLIB")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DCURL_STATICLIB")
add_definitions(-DCURL_STATICLIB)
add_subdirectory(src/curl)
endif()

Expand Down

0 comments on commit 22eb1c5

Please sign in to comment.