Skip to content

Commit

Permalink
Update the path to base css file
Browse files Browse the repository at this point in the history
  • Loading branch information
afgane committed Nov 16, 2023
1 parent cc219e2 commit 0c30c34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Start k8s locally
uses: jupyterhub/action-k3s-helm@v3
with:
k3s-version: v1.25.14+k3s1 #v1.26.1+k3s1 # releases: https://github.com/k3s-io/k3s/tags
k3s-version: v1.25.15+k3s2 # releases: https://github.com/k3s-io/k3s/tags
metrics-enabled: false
traefik-enabled: false
- name: Verify function of k8s, kubectl, and helm
Expand Down
2 changes: 1 addition & 1 deletion galaxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ extraFileMappings:
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style/base.css" type="text/css" />
<link rel="stylesheet" href="dist/base.css" type="text/css" />
</head>
<body class="m-0">
<div class="py-4">
Expand Down

0 comments on commit 0c30c34

Please sign in to comment.