Skip to content

Commit 17fabf7

Browse files
committed
README: Remove paragraph about lacking auto-builds
1 parent 39386a0 commit 17fabf7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Hugo site to GitHub Pages
33
on:
44
# Runs on pushes targeting the default branch
55
push:
6-
branches: ["main", "master", "hugo", "ci"] # TODO: decide on a final branch name
6+
branches: ["main", "master"] # TODO: decide on a final branch name
77

88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
This website is written in [Hugo](https://hugodocs.info). Hugo is the static website engine behind the wonderful RStudio package `blogdown`, and is fast, popular, and easy to install and theme. See the [Hugo docs](https://hugodocs.info) for a quick orientation on how the site is organized. `blogdown` makes it easy to run Hugo from the RStudio editor and include R code in `.Rmd` content in Hugo sites.
44

55
To build and preview the site from RStudio, just use `blogdown::serve_site()`. `blogdown::install_hugo()` will get you set up the first time.
6-
7-
Hugo source files are located on the `hugo` branch of the `codemeta.github.io` repository (now the default branch on GitHub). So far we haven't set up automated builds, so deploying static sites on `*.github.io` repos is still a nuciance since the website must be on `master` branch. Building this repo will create and write the static site to `../website`. I recommend setting the upstream origin of `website` to `codemeta.github.io` master branch (e.g. checkout the master branch and copy `.git` dir into `website/` to deploy.)s

0 commit comments

Comments
 (0)