Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 9, 2024
1 parent 89ea1ee commit 5fb61db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,9 @@ jobs:
path: sweref99-nu
sparse-checkout: src/sr9.ts
- run: |
mv sweref99-nu/src/sr9.c sr9.c
mv sweref99-nu/Makefile Makefile
mv sweref99-nu/src/sr9.c src/sr9.c
mv sweref99-nu/Makefile src/Makefile
cd src
make sr9.wasm
- uses: actions/upload-artifact@v4
with:
Expand Down
1 change: 1 addition & 0 deletions _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<script src="script.js" defer></script>
<meta name="format-detection" content="telephone=no">
<meta name="description" content="Visar koordinaterna för nuvarande position i formatet SWEREF 99 TM.">
</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions _site/om.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<title>Hjälp sweref99.nu</title>
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
<meta name="format-detection" content="telephone=no">
<meta name="description" content="Hjälpsida för sweref99.nu">
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/sr9.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "src/proj.h"
#include "proj.h"
#include <stdio.h>

int main(void) {
Expand Down

0 comments on commit 5fb61db

Please sign in to comment.