Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 17, 2024
1 parent 5dff1c2 commit 35f3b8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
path: _site
- run: |
make script.js
echo "$adstxt" > _site/ads.txt
echo "${{ vars.adstxt }}" > _site/ads.txt
- uses: actions/upload-pages-artifact@v3
deploy:
name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="northing" id="sweref-n">N</div>
<div class="easting" id="sweref-e">E</div>
<button id="pos-btn">Starta</button>
<button class="secondary" id="share-btn">Dela</button>
<button class="secondary" id="share-btn" disabled>Dela</button>
</main>
<footer class="container">
<nav><a href="/om.html">Hjälpsida</a></nav>
Expand Down
1 change: 1 addition & 0 deletions _site/om.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<h1>Om sweref99.nu</h1>
</header>
<main class="container">
<p>Betaversion av webbapp som visar positionen i SWEREF 99 TM.</p>
<p><a href="https://github.com/phieri/sweref99-nu">https://github.com/phieri/sweref99-nu</a></p>
<a href="https://sweref99.nu/">Tillbaka till webbappen</a>
</main>
Expand Down

0 comments on commit 35f3b8b

Please sign in to comment.