Skip to content

Commit

Permalink
Use Silver as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 7, 2023
1 parent 68fc0a9 commit c085193
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dynstat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@main
with:
submodules: true

- name: Build
uses: calamity-inc/dynstat@senpai
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "Silver"]
path = slv
url = https://github.com/calamity-inc/Silver
2 changes: 1 addition & 1 deletion container-demo.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://slv.do/base.css">
<link rel="stylesheet" href="slv/base.css">
<body>
<div class="slv-container">
<h1>Container</h1>
Expand Down
2 changes: 1 addition & 1 deletion container.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://slv.do/base.css">
<link rel="stylesheet" href="slv/base.css">
<body>
<?php require "components/navbar.html"; ?>
<div>
Expand Down
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://slv.do/base.css">
<link rel="stylesheet" href="slv/base.css">
<body>
<?php require "components/navbar.html"; ?>
<div>
Expand Down
1 change: 1 addition & 0 deletions slv
Submodule slv added at 501d0d
2 changes: 1 addition & 1 deletion text.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://slv.do/base.css">
<link rel="stylesheet" href="slv/base.css">
<body>
<?php require "components/navbar.html"; ?>
<div>
Expand Down
2 changes: 1 addition & 1 deletion tooltips.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://slv.do/base.css">
<link rel="stylesheet" href="slv/base.css">
<body>
<?php require "components/navbar.html"; ?>
<div>
Expand Down
2 changes: 1 addition & 1 deletion utility.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://slv.do/base.css">
<link rel="stylesheet" href="slv/base.css">
<body>
<?php require "components/navbar.html"; ?>
<div>
Expand Down

0 comments on commit c085193

Please sign in to comment.