Skip to content

Commit

Permalink
Merge pull request #1204 from mountaindude/1199
Browse files Browse the repository at this point in the history
1199
  • Loading branch information
mountaindude authored Jul 22, 2024
2 parents 55826e5 + 6793cae commit 3127f46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:

- name: Build and push
id: docker_build
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: |
github.event_name != 'pull_request' &&
github.repository_owner == 'ptarmiganlabs'
Expand Down
2 changes: 0 additions & 2 deletions static/configvis/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@

<!-- Include Prism CSS -->
<link rel="stylesheet" href="prism.css" />
<!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/themes/prism.min.css" rel="stylesheet" /> -->
<!-- Include Prism JS -->
<script src="prism.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.25.0/prism.min.js"></script> -->

<style>
#header {
Expand Down

0 comments on commit 3127f46

Please sign in to comment.