mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2024-12-30 05:50:45 -06:00
more refactorings for atlas -> nimbl
This commit is contained in:
parent
297e9037b2
commit
ffc3de9bbb
2 changed files with 3 additions and 7 deletions
6
.github/workflows/docs.yml
vendored
6
.github/workflows/docs.yml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
restore-keys: |
|
||||
${{ runner.os }}-pnpm-store-
|
||||
|
||||
- uses: jiro4989/setup-nim-action@v1
|
||||
- uses: jiro4989/setup-nim-action@v2
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
@ -47,8 +47,8 @@ jobs:
|
|||
|
||||
- name: Build Website
|
||||
run: |
|
||||
nimble install -Y 'https://github.com/nim-lang/atlas.git@#f7ade65f'
|
||||
nim setup
|
||||
nimble setup -l
|
||||
nimble install -d -Y
|
||||
nim build
|
||||
|
||||
- name: Upload artifact
|
||||
|
|
|
@ -1,9 +1,5 @@
|
|||
switch("backend","js")
|
||||
|
||||
task setup, "run atlas init":
|
||||
exec "atlas init --deps=.workspace"
|
||||
exec "atlas install"
|
||||
|
||||
task build, "build":
|
||||
selfExec "js -o:site/app.js -d:release src/app.nim"
|
||||
exec "pnpm run build"
|
||||
|
|
Loading…
Reference in a new issue