Skip to content

Commit

Permalink
try on this branch - and see if commits
Browse files Browse the repository at this point in the history
Signed-off-by: Hannah Bollar <github@hannahbollar.com>
  • Loading branch information
hanbollar committed Feb 14, 2024
1 parent 56a21e8 commit a7656d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
npm run build
check-dist:
if: github.ref == 'refs/heads/main' # This job runs only if the current branch is main
# if: github.ref == 'refs/heads/main' # This job runs only if the current branch is main
needs: build
runs-on: ubuntu-latest
steps:
Expand Down
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body >
<mr-app>
<mr-app debug="true">
<mr-panel class="layout">
<mr-div id="navbar">
<mr-a href="https://volumetrics.io" target="_blank" class="company">
Expand All @@ -29,7 +29,7 @@
</mr-div>

<mr-text class="title">
mr.js
mr.jss
</mr-text>


Expand Down

0 comments on commit a7656d6

Please sign in to comment.