Skip to content

Commit a25052f

Browse files
Harrison McGuireHarrison McGuire
authored andcommitted
updated packages and added gdtactics link
1 parent 0ce79e0 commit a25052f

File tree

6 files changed

+14595
-37748
lines changed

6 files changed

+14595
-37748
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v1
12+
- uses: actions/checkout@v3
1313
- uses: enriikke/gatsby-gh-pages-action@v2
1414
with:
1515
access-token: ${{ secrets.ACCESS_TOKEN }}

gatsby-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ module.exports = {
117117
}
118118
}
119119
`,
120-
output: "/rss.xml"
120+
output: "/rss.xml",
121+
title: "Unreal C++ RSS Feed"
121122
},
122123
],
123124
},

0 commit comments

Comments
 (0)