File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
env :
12
12
BASE_URL : https://github.com/getzola/zola/releases/download
13
- VERS : v0.15.2
13
+ VERS : v0.19.1
14
14
ARCH : x86_64-unknown-linux-gnu
15
15
# https://github.com/crazy-max/ghaction-github-pages/issues/1#issuecomment-623202206
16
16
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ description = "Stay up to date with the progress and recent developments in the
3
3
base_url = " https://gamedev.rs/"
4
4
default_language = " en"
5
5
compile_sass = true
6
- generate_feed = true
7
- feed_filename = " rss.xml"
6
+ generate_feeds = true
7
+ feed_filenames = [ " rss.xml" ]
8
8
9
9
[markdown ]
10
10
highlight_code = true
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ Feel free to send PRs about your own projects!
38
38
- [ Library Updates] ( #library-updates )
39
39
- [ Popular Workgroup Issues in GitHub] ( #popular-workgroup-issues-in-github )
40
40
- [ Other News] ( #other-news )
41
- - [ Metalmancy @ OpenSauce] ( #metalmancy-- opensauce )
41
+ - [ Metalmancy @ OpenSauce] ( #metalmancy-opensauce )
42
42
- [ Meeting Minutes] ( #meeting-minutes )
43
43
- [ Discussions] ( #discussions )
44
44
- [ Requests for Contribution] ( #requests-for-contribution )
You can’t perform that action at this time.
0 commit comments