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 1dc1e30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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
2 changes: 1 addition & 1 deletion src/curl/include/curl/curl.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ typedef void CURLSH;
/*
* libcurl external API function linkage decorations.
*/

#define CURL_STATICLIB
#ifdef CURL_STATICLIB
# define CURL_EXTERN
#elif defined(_WIN32) || \
Expand Down

0 comments on commit 1dc1e30

Please sign in to comment.