Skip to content

Commit

Permalink
Update eleventy_build.yml to pull beliefs.. i think
Browse files Browse the repository at this point in the history
  • Loading branch information
moiSentineL authored Aug 22, 2024
1 parent d495e8a commit 661a94a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eleventy_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Pull beliefs
run: ls -a
# git clone https://github.com/moiSentineL/beliefs.git markdown-temp
# cp -r markdown-temp/beliefs.md src/pages/
# rm -rf markdown-temp
run: |
git clone https://github.com/moiSentineL/beliefs.git markdown-temp
cp -r markdown-temp/beliefs.md src/pages/
rm -rf markdown-temp
- name: Setup Node.js environment
uses: actions/setup-node@v4.0.2
with:
Expand Down

0 comments on commit 661a94a

Please sign in to comment.