mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 04:58:26 -04:00
update dockerfile to Hugo v0.62.1 [skip ci]
This commit is contained in:
parent
88c25a4cc9
commit
a642e7c077
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 1
|
||||
lfs: false
|
||||
@ -37,7 +37,7 @@ jobs:
|
||||
run: yarn debug:hugo
|
||||
- name: Build Hugo
|
||||
run: yarn build:preview
|
||||
- uses: actions/upload-artifact@master
|
||||
- uses: actions/upload-artifact@v1
|
||||
if: github.event_name == 'pull_request'
|
||||
with:
|
||||
name: public
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
ENV HUGO_VERSION 0.62.0
|
||||
ENV HUGO_VERSION 0.62.1
|
||||
# remove/comment the following line completely to build with vanilla Hugo:
|
||||
ENV HUGO_EXTENDED 1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# 🏡 [jarv.is](https://jarv.is/)
|
||||
|
||||
[](https://app.netlify.com/sites/jakejarvis/deploys) [](https://jarv.is/) [](https://github.com/gohugoio/hugo) [](https://github.com/jakejarvis/jarv.is/pulls?q=is%3Apr+label%3Adependencies) [](https://github.com/jakejarvis/jarv.is) [](LICENSE.md) [](https://twitter.com/intent/user?screen_name=jakejarvis)
|
||||
[](https://app.netlify.com/sites/jakejarvis/deploys) [](https://jarv.is/) [](https://github.com/gohugoio/hugo) [](https://github.com/jakejarvis/jarv.is/pulls?q=is%3Apr+label%3Adependencies) [](https://github.com/jakejarvis/jarv.is) [](LICENSE.md) [](https://twitter.com/intent/user?screen_name=jakejarvis)
|
||||
|
||||
|
||||
Personal website of [@jakejarvis](https://github.com/jakejarvis), created and deployed using the following:
|
||||
@ -14,7 +14,7 @@ I keep an ongoing list of [blog post ideas](https://github.com/jakejarvis/jarv.i
|
||||
|
||||
## Running a local testing server
|
||||
|
||||
#### Using Hugo:
|
||||
#### Using Yarn:
|
||||
|
||||
Run `yarn install` then `yarn start` ([Yarn must be installed](https://yarnpkg.com/en/docs/install) first), then open [http://localhost:1313/](http://localhost:1313/). Pages will live-refresh when source files are changed.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user