Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

Commit

Permalink
ci: expoo web publish on gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Feb 4, 2024
1 parent f4b0395 commit 97754fc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,6 @@ jobs:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_branch: gh-pages
publish_dir: ./dist
# Required in Expo
enable_jekyll: false
SCRIPT_MODE: true
3 changes: 3 additions & 0 deletions app.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
export default {
expo: {
plugins: [['expo-font', {fonts: ['main/uis/Icon/*']}]],
experiments: {
baseUrl: '/dooboo-ui',
},
name: 'dooboo-ui',
slug: 'dooboo-ui',
privacy: 'public',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postbuild": "cp ./main/react-native.config.cjs ./lib/react-native.config.cjs && rm -rf ./lib/tsconfig* && cp README.md ./lib/README.md && cp -R main/__assets__ lib && cp ./main/uis/Icon/**.otf ./lib/uis/Icon/",
"build:storybook": "expo export -p web",
"build:storybook:web": "storybook dev -p 6006",
"deploy:storybook": "gh-pages -d dist",
"deploy:storybook": "gh-pages -t -d dist",
"build:packages": "lerna exec -- yarn build",
"install:packages": "lerna exec -- yarn",
"upgrade:packages": "lerna exec -- ncu -u && yarn install:packages",
Expand Down
Empty file added public/.nojekyll
Empty file.

0 comments on commit 97754fc

Please sign in to comment.