Skip to content

Commit 01bf074

Browse files
troubleshooting note: nicer formatting
1 parent 0fe6a81 commit 01bf074

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

_pages/website-notes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Table of contents:
2222
- [Adding a new page](#adding-a-new-page)
2323
- [GitHub security alerts](#github-security-alerts)
2424
- [Adding new plug-ins](#adding-new-plug-ins)
25-
- [Build issues](#build-deploy-issues)
25+
- [Build issues](#builddeploy-issues)
2626

2727
## Previewing changes locally
2828

@@ -155,8 +155,8 @@ bundle install
155155

156156
## Build/deploy issues
157157

158-
Either click on the red X next to the commit, or go to https://github.com/mainlp/mainlp.github.io/actions and select the most recent run. Check if the note is on the "build" or the "deploy" side. Click on the corresponding button and go to the error message -- sometimes that's already helpful on its own, other times the error message is a good starting point for googling in case this issue or a similar one is discussed in some GitHub issue or on StackOverflow. Also check recent issues at https://github.com/jekyll/jekyll/issues?q=is%3Aissue and at https://github.com/alshedivat/al-folio/issues?q=is%3Aissue.
158+
Either click on the red X next to the commit, or go to the [Actions tab](https://github.com/mainlp/mainlp.github.io/actions) and select the most recent run. Check if the note is on the "build" or the "deploy" side. Click on the corresponding button and go to the error message -- sometimes that's already helpful on its own, other times the error message is a good starting point for googling in case this issue or a similar one is discussed in some GitHub issue or on StackOverflow. Also check recent issues in the [jekyll repo](https://github.com/jekyll/jekyll/issues?q=is%3Aissue) and the [al-folio repo](https://github.com/alshedivat/al-folio/issues?q=is%3Aissue).
159159

160160
Files to have a look at when troubleshooting build issues regarding dependency conflicts:
161-
- Gemfile (in case of missing packages, or packages whose version should be changed). To see the change reflected locally, you also need to run `bundle install` in your local version.
162-
- https://github.com/mainlp/mainlp.github.io/blob/main/.github/workflows/jekyll.yml (sometimes updating the ruby version can help if there are conflicts that otherwise seem hard to understand)
161+
- [Gemfile](https://github.com/mainlp/mainlp.github.io/blob/main/Gemfile) (in case of missing packages, or packages whose version should be changed). To see the change reflected locally, you also need to run `bundle install` in your local version.
162+
- [.github/workflows/jekyll.yml](https://github.com/mainlp/mainlp.github.io/blob/main/.github/workflows/jekyll.yml) (sometimes updating the ruby version can help if there are conflicts that otherwise seem hard to understand)

0 commit comments

Comments
 (0)