Skip to content

Commit

Permalink
Added env
Browse files Browse the repository at this point in the history
  • Loading branch information
FabulousCodingFox committed Aug 31, 2024
1 parent 88cbe23 commit 1fa499c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ jobs:
mkdir -p ../StarlightWiki/src/content/docs/
cp -r ./docs/* ../StarlightWiki/src/content/docs/
- name: 'Create ENV File'
run: |
touch ../StarlightWiki/.env
echo VITE_TITLE="Tutorial" >> ../StarlightWiki/.env
echo VITE_SITE_URL="https://wiki.daxa.dev" >> ../StarlightWiki/.env
echo VITE_GITHUB_URL="https://github.com/learndaxa/Wiki" >> ../StarlightWiki/.env
echo VITE_DISCORD_INVITE="https://discord.gg/mZrUeJfxB8" >> ../StarlightWiki/.env
echo VITE_GITHUB_EDIT_LINK="https://github.com/learndaxa/Tutorial/edit/main/docs/" >> ../StarlightWiki/.env
- name: Building Static Site
run: |
cd ../StarlightWiki/
Expand Down

0 comments on commit 1fa499c

Please sign in to comment.