Skip to content

Commit

Permalink
Load features correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
af-afk committed May 26, 2024
1 parent 2b44aa4 commit 5669fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
# update
projectName: ${{ secrets.CLOUDFLARE_FEATURES_PROJECT_NAME }}
directory: out
directory: .
# to enable Github Deployments
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
branch: main
Expand Down
2 changes: 1 addition & 1 deletion features/features.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"ui show feature flags panel": false,
"ui show demo data": false,
"ui show demo data": true,
"ui show superloop": false,
"graphql mock demo data": false,
"graphql mock demo data should delay": false,
Expand Down

0 comments on commit 5669fc1

Please sign in to comment.