Skip to content

Commit 5124f53

Browse files
committed
Made docs only deploy when a release deploys and added an extra condition for keybinds
1 parent 9d5ebb9 commit 5124f53

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
deploy-pages:
7171
name: Deploy Pages
7272
runs-on: ubuntu-latest
73+
needs: ['package-deploy']
7374
environment:
7475
name: pages
7576
url: ${{ steps.deploy-pages.outputs.pages-url }}

src/include.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "objects/Theme.hpp"
1212
#include "proxy/ProxyHandler.hpp"
1313

14-
#if defined(GEODE_IS_WINDOWS) || defined(GEODE_IS_ANDROID64)
14+
#if defined(GEODE_IS_WINDOWS) || defined(GEODE_IS_ANDROID64) || defined(GEODE_IS_ARM_MAC)
1515
#define KEYBINDS_ENABLED
1616
#include <geode.custom-keybinds/include/Keybinds.hpp>
1717

0 commit comments

Comments
 (0)