Skip to content

Commit

Permalink
Fix env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianrbz committed Jan 15, 2024
1 parent a5b0d80 commit fe097e6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docs-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

env:
VITE_PORTAL_API_URL: ${{ vars.VITE_PORTAL_API_URL }}
TODAY: "$(date +'%Y-%m-%d')"

jobs:
pdf:
Expand Down Expand Up @@ -57,6 +56,10 @@ jobs:
- run: npm ci

- name: Set date
run: |
echo "TODAY=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
# Build the PDF
- name: Generate PDF for Docs "${{ github.event.inputs.version }}"
env:
Expand Down

0 comments on commit fe097e6

Please sign in to comment.