mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-06 19:11:08 +00:00
feat!: Add list of monthly/annual members to website (#2927)
Signed-off-by: blacklight447 <niek@privacyguides.org> Signed-off-by: Daniel Gray <dngray@privacyguides.org> Signed-off-by: Freddy <freddy@privacyguides.org>
This commit is contained in:
8
.github/workflows/update-discussions.yml
vendored
8
.github/workflows/update-discussions.yml
vendored
@@ -55,17 +55,17 @@ jobs:
|
||||
source: /en/index.html
|
||||
target: ./site/en/
|
||||
|
||||
- name: Run index-generation.sh for top posts
|
||||
- name: Run generate-topics.sh for top posts
|
||||
run: |
|
||||
bash index-generation.sh \
|
||||
bash generate-topics.sh \
|
||||
--source='https://discuss.privacyguides.net/top.json?period=weekly' \
|
||||
--tag="top posts" \
|
||||
--destination="./site/en/index.html" \
|
||||
--count=3
|
||||
|
||||
- name: Run index-generation.sh for latest posts
|
||||
- name: Run generate-topics.sh for latest posts
|
||||
run: |
|
||||
bash index-generation.sh \
|
||||
bash generate-topics.sh \
|
||||
--source='https://discuss.privacyguides.net/latest.json' \
|
||||
--tag="latest posts" \
|
||||
--destination="./site/en/index.html" \
|
||||
|
Reference in New Issue
Block a user