Skip to content

Commit 57eea32

Browse files
committed
Make public and update blog post.
1 parent 5358eb3 commit 57eea32

File tree

5 files changed

+30
-6
lines changed

5 files changed

+30
-6
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Update Ghost Post
2+
3+
on:
4+
push:
5+
branches: [ main ]
6+
7+
jobs:
8+
update-ghost-post:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- name: Checkout repository
13+
uses: actions/checkout@v4
14+
15+
- name: Install dependencies for Ghost Post Update Action.
16+
run: sudo apt update && sudo apt install -y jq gawk
17+
shell: bash
18+
19+
- uses: gamemann/ghost-post-update-action@v1.0.0
20+
with:
21+
ghost_api_url: ${{ secrets.GHOST_API_URL }}
22+
ghost_admin_api_key: ${{ secrets.GHOST_ADMIN_API_KEY }}
23+
ghost_post_id: ${{ secrets.GHOST_POST_ID }}

.gpua/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
LINES_SKIP=4,5
2+
DEL_MULTIPLE_HYPHENS_IN_LINKS=1

.gpua/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The [`.env`](./.env) file inside this folder is exposed intentionally :)
2+
3+
It's a part of an open source [GitHub Action](https://github.com/gamemann/ghost-post-update-action) I made that automatically updates the guide's blog contents on the [TMC blog](https://blog.moddingcommunity.com) (Ghost) with the contents in this repository's README.

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
1-
<div align="center">
2-
3-
![banner](./images/banner.png)
4-
5-
</div>
6-
71
A guide on how to **install mods** in **Stardew Valley** on PC. There are also instructions for using [Vortex](https://www.nexusmods.com/about/vortex/), the recommended mod manager by [Nexus Mods](https://www.nexusmods.com/), and how to install mods manually if preferred!
82

93
This guide is focused on **Windows users**, but Linux users running Stardew Valley through **Steam Proton** or **Wine** should also find most instructions adaptable!
104

5+
[**View Guide On TMC (Recommended Due To Better Formatting)**](https://blog.moddingcommunity.com/how-to-install-mods-in-stardew-valley/)
6+
117
## Table Of Contents
128
* [Requirements](#requirements)
139
* [Game Version Notes](#game-version-notes)

images/banner.png

-336 KB
Binary file not shown.

0 commit comments

Comments
 (0)