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
Commits
aa686e1d
Commit
aa686e1d
authored
3 years ago
by
Griefed
Browse files
Options
Downloads
Patches
Plain Diff
ci: Disable gh-pages for the time being
parent
2d45519f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/gh-pages.yml
+24
-19
24 additions, 19 deletions
.github/workflows/gh-pages.yml
with
24 additions
and
19 deletions
.github/workflows/gh-pages.yml
+
24
−
19
View file @
aa686e1d
...
@@ -10,22 +10,27 @@ jobs:
...
@@ -10,22 +10,27 @@ jobs:
pages
:
pages
:
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Paused until further notice
-
name
:
Setup Node.js environment
-
run
:
|
uses
:
actions/setup-node@v2.4.0
echo "This action is paused until further notice."
with
:
echo "I need to figure out how to work with the assets folder for the tile images."
# Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
echo "Currently, they are in public/tiles, which ends in a 404 when running on GitHub pages."
node-version
:
'
>=
16.9.1'
# - uses: actions/checkout@v2
# Set this option if you want the action to check for the latest available version that satisfies the version spec
# - name: Setup Node.js environment
check-latest
:
false
# uses: actions/setup-node@v2.4.0
-
run
:
npm install -g @quasar/cli
# with:
-
run
:
npm install
# # Version Spec of the version to use. Examples: 12.x, 10.15.1, >=10.15.0
-
run
:
quasar build
# node-version: '>= 16.9.1'
-
run
:
pwd && ls -al *
# # Set this option if you want the action to check for the latest available version that satisfies the version spec
# check-latest: false
# DEPLOY TO GH-PAGES
# - run: npm install -g @quasar/cli
-
name
:
Deploy to GitHub-Pages
# - run: npm install
uses
:
JamesIves/github-pages-deploy-action@4.1.5
# - run: quasar build
with
:
# - run: pwd && ls -al *
branch
:
gh-pages
#
folder
:
dist/spa
# # 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment