Skip to content

Commit

Permalink
files with _ are not allowed in gh pages. A workaround is to have an …
Browse files Browse the repository at this point in the history
…empty file called .nojekyll
  • Loading branch information
irony authored Sep 20, 2024
1 parent da19aed commit c70e96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"web": "expo start --web",
"build": "expo export",
"deploy": "gh-pages -d dist",
"predeploy": "expo export && echo skaff.iteam.pub > dist/CNAME"
"predeploy": "expo export && echo skaff.iteam.pub > dist/CNAME && touch dist/.nojekyll"
},
"dependencies": {
"@expo/metro-runtime": "~3.2.3",
Expand Down

2 comments on commit c70e96c

@expo
Copy link

@expo expo bot commented on c70e96c Sep 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

INVALID_EAS_JSON_ERROR: eas.json not found in the repository.

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

@expo
Copy link

@expo expo bot commented on c70e96c Sep 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub Build Trigger Failure

The build trigger failed with the following error:

INVALID_EAS_JSON_ERROR: eas.json not found in the repository.

Please check your GitHub app installation settings and your Expo project's GitHub settings to make sure you've configured everything correctly.

Please sign in to comment.