[READ-ONLY] Mirror of https://github.com/hacknug/romi-project. romi-project.vercel.app
0

Configure Feed

Select the types of activity you want to include in your feed.

Disable `baseUrl`

Nestor Vera (Jul 11, 2022, 9:26 PM +0200) 74940217 be2fc4e6

+5 -5
+5 -5
.github/workflows/deploy.yaml
··· 30 30 branches: 31 31 - redesign 32 32 33 - env: 34 - NUXT_APP_BASE_URL: '/romi-web/' 35 - # NUXT_APP_CDN_URL: 'https://romi.github.io/romi-web/' 33 + # env: 34 + # NUXT_APP_BASE_URL: '/romi-web/' 35 + # # NUXT_APP_CDN_URL: 'https://romi.github.io/romi-web/' 36 36 37 37 jobs: 38 38 build: ··· 50 50 - name: Build ๐Ÿ—๏ธ 51 51 run: yarn generate 52 52 53 - - name: Fix ๐Ÿ› 54 - run: cp -R dist/$NUXT_APP_BASE_URL/. ./dist/ 53 + # - name: Fix ๐Ÿ› 54 + # run: cp -R dist/$NUXT_APP_BASE_URL/. ./dist/ 55 55 56 56 - name: Deploy to GH Pages ๐Ÿš€ 57 57 uses: peaceiris/actions-gh-pages@v3