Skip to content

Commit

Permalink
Add environment variable for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiederholung committed Jan 27, 2024
1 parent f9f97a5 commit 79c0194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slidev-homepage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
jobs:
build:
runs-on: ubuntu-latest
environment: homepage
steps:
- name: Clone local repository
uses: actions/checkout@v4
Expand All @@ -26,7 +27,6 @@ jobs:

- name: Clone target repository
uses: actions/checkout@v4
environment: homepage
env:
SLIDE_PATH:: ${{ vars.SLIDE_PATH }}
with:
Expand Down

0 comments on commit 79c0194

Please sign in to comment.