Skip to content

Commit

Permalink
revert commits
Browse files Browse the repository at this point in the history
  • Loading branch information
LewBlu committed Jan 22, 2023
1 parent cb70752 commit 3945e6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ jobs:
run: npm run build

- name: copy index
run: cp dist/index.html dist/404.html
run: cp dist/fish-marker/index.html dist/fish-marker/404.html

- name: Configure pages
uses: actions/configure-pages@v2

- name: Upload pages artifact
uses: actions/upload-pages-artifact@v1
with:
path: 'dist'
path: 'dist/fish-marker'

- name: Deploy to Github Pages
id: deployment
Expand Down
2 changes: 1 addition & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist",
"outputPath": "dist/fish-marker",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<title>FishMarker</title>
<base href="/">
<base href="/fish-marker/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
Expand Down

0 comments on commit 3945e6b

Please sign in to comment.