Signed-off-by: Sam Therapy <sam@samtherapy.net>
This commit is contained in:
parent
2ab3a171fe
commit
d5fe3ee49e
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
# deploy_lume_example
|
||||
|
||||
This is an example of a static site generated by the [Lume][lume] static site
|
||||
generator being deployed to Deno Deploy via GitHub Actions.
|
||||
generator being deployed to Deno Deploy via Drone CI.
|
||||
|
||||
To learn more about static files on Deno Deploy, view this blog post:
|
||||
https://deno.com/blog/deploy-static-files
|
||||
<https://deno.com/blog/deploy-static-files>
|
||||
|
||||
## Development
|
||||
|
||||
First, install [Lume][lume].
|
||||
First, install [Lume][lume].0
|
||||
|
||||
```shell
|
||||
deno run -A https://deno.land/x/lume/install.ts
|
||||
|
@ -26,4 +26,4 @@ Then start the server:
|
|||
deno run -A server/main.ts
|
||||
```
|
||||
|
||||
[lume]: https://lumeland.github.io
|
||||
[lume]: https://lume.land
|
||||
|
|
Loading…
Reference in a new issue