Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltt-mapmaker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
JetBrains YouTrack
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Griefed
ltt-mapmaker
Merge requests
!8
ci: Reactivate gh-pages deploy after Trungel's fixes to paths of tiles.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: Reactivate gh-pages deploy after Trungel's fixes to paths of tiles.
github_pages
into
master
Overview
0
Commits
3
Pipelines
0
Changes
5
Merged
Griefed
requested to merge
github_pages
into
master
3 years ago
Overview
0
Commits
3
Pipelines
0
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f8ae139c
3 commits,
3 years ago
5 files
+
75
−
54
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
.github/workflows/gh-pages.yml
+
19
−
19
Options
@@ -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
Loading