Skip to content

Commit

Permalink
[{package,package-lock}.json] Upgrade dependencies ; [.github/workflo…
Browse files Browse the repository at this point in the history
…ws/main.yml] Add href even though there isn't any routing (yet!)
  • Loading branch information
SamuelMarks committed Feb 25, 2024
1 parent 337731a commit 121463f
Show file tree
Hide file tree
Showing 3 changed files with 1,277 additions and 1,779 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
npm i -g @angular/cli typescript angular-cli-ghpages
ng add --skip-confirmation angular-cli-ghpages
npm ci
ng build --configuration production
ng build --configuration production --base-href 'https://'"$cname"
head -n6 README.md > 'dist/offscale-www/README.md'
MSG="$(git show -s --format='%s' "$GITHUB_SHA")"
email_author="$(git log -1 --pretty=format:'%an <%ce>')"
Expand Down
Loading

0 comments on commit 121463f

Please sign in to comment.