Skip to content

Commit

Permalink
pelican-alchemy branch name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rlanzafame committed Oct 13, 2024
1 parent 618e9e5 commit 1fce4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install pelican pyyaml beautifulsoup4 ghp-import
git clone --depth=1 --single-branch --branch main https://github.com/rlanzafame/pelican-alchemy.git
git clone --depth=1 --single-branch --branch master https://github.com/rlanzafame/pelican-alchemy.git
git clone --depth=1 https://github.com/getpelican/pelican-plugins.git
- name: Build the website
run: |
Expand Down

0 comments on commit 1fce4aa

Please sign in to comment.