Skip to content

Commit

Permalink
Dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phieri committed Oct 8, 2024
1 parent 90bb4e3 commit f535faa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
ref: 9.5.0
- uses: actions/checkout@v4
with:
path: sweref99-nu
sparse-checkout: src/sr9.ts
- run: |
mv src/sr9.c sr9.c
mv sweref99-nu/src/sr9.c sr9.c
make sr9.wasm
- uses: actions/upload-artifact@v4
with:
Expand Down
3 changes: 2 additions & 1 deletion _site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
<meta name="description" content="Visar koordinaterna för nuvarande position i formatet SWEREF 99 TM.">
</head>
<body>
<h1>SWEREF 99 TM nuvarande</h1>
<h1>Nuvarande SWEREF 99 TM
</h1>
<div id="uncert">&pm;50000&nbsp;m</div>
<div id="sweref-n">N</div>
<div id="sweref-e">E</div>
Expand Down

0 comments on commit f535faa

Please sign in to comment.