We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 819577c commit 33ab9bcCopy full SHA for 33ab9bc
1 file changed
.github/workflows/pelican.yml
@@ -47,8 +47,8 @@ jobs:
47
run: |
48
git clone --depth 1 --filter=blob:none --no-checkout https://github.com/getpelican/pelican-plugins/
49
cd pelican-plugins
50
- git checkout main -- post_stats
51
- git checkout main -- summary
+ git checkout master -- post_stats
+ git checkout master -- summary
52
53
- name: grab the pelican plugins from the new location
54
0 commit comments