Skip to content
Snippets Groups Projects
Commit f8ae139c authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Reactivate gh-pages deploy after Trungel's fixes to paths of tiles.

parent ccf9a987
No related branches found
No related tags found
1 merge request!8ci: Reactivate gh-pages deploy after Trungel's fixes to paths of tiles.
......@@ -15,22 +15,22 @@ jobs:
echo "This action is paused until further notice."
echo "I need to figure out how to work with the assets folder for the tile images."
echo "Currently, they are in public/tiles, which ends in a 404 when running on GitHub pages."
# - uses: actions/checkout@v2
# - name: Setup Node.js environment
# uses: actions/setup-node@v2.4.0
# with:
# # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
# node-version: '>= 16.9.1'
# # Set this option if you want the action to check for the latest available version that satisfies the version spec
# check-latest: false
# - run: npm install -g @quasar/cli
# - run: npm install
# - run: quasar build
# - run: pwd && ls -al *
#
# # DEPLOY TO GH-PAGES
# - name: Deploy to GitHub-Pages
# uses: JamesIves/github-pages-deploy-action@4.1.5
# with:
# branch: gh-pages
# folder: dist/spa
- uses: actions/checkout@v2
- name: Setup Node.js environment
uses: actions/setup-node@v2.4.0
with:
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
node-version: '>= 16.9.1'
# Set this option if you want the action to check for the latest available version that satisfies the version spec
check-latest: false
- run: npm install -g @quasar/cli
- run: npm install
- run: quasar build
- run: pwd && ls -al *
# DEPLOY TO GH-PAGES
- name: Deploy to GitHub-Pages
uses: JamesIves/github-pages-deploy-action@4.1.5
with:
branch: gh-pages
folder: dist/spa
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment