Skip to content

Commit

Permalink
[CI} Add content clone
Browse files Browse the repository at this point in the history
  • Loading branch information
ebanDev authored Mar 24, 2024
1 parent 3d90c82 commit b7a64ff
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
id: pages
uses: actions/configure-pages@v4
- name: Build in python
run: pelican -o output/ --fatal warnings
run: |
rm -rf content
mkdir content
git clone https://github.com/i-learned-eu/content-fr content
pelican -o output/ --fatal warnings
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit b7a64ff

Please sign in to comment.