Skip to content

Commit

Permalink
Update test-site.yml
Browse files Browse the repository at this point in the history
Mv the .env.examples file to .env so the build runs.
  • Loading branch information
billy-the-fish authored Oct 4, 2022
1 parent 8774cf8 commit 98ea7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout submodules 🫄
run: git submodule update --init --recursive
- name: Checkout Docs-Source Commit ⏭
run: cd docs; git fetch; git checkout origin/$GITHUB_HEAD_REF; cd ../;
run: cd docs; git fetch; git checkout origin/$GITHUB_HEAD_REF; cd ../; mv .env.examples .env ;
- run: yarn install
- name: Install Vercel CLI 🔌
run: npm install --global vercel@latest
Expand Down

0 comments on commit 98ea7a3

Please sign in to comment.