Skip to content

Commit

Permalink
again 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWid committed Oct 27, 2024
1 parent c995d78 commit 6b6d0e3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
env:
PUBLIC_ANALYTICS_SCRIPT_URL: ${{ vars.PUBLIC_ANALYTICS_SCRIPT_URL }}
PUBLIC_ANALYTICS_WEBSITE_ID: ${{ vars.PUBLIC_ANALYTICS_WEBSITE_ID }}
steps:
- uses: actions/checkout@v4
- run: echo "PUBLIC_ANALYTICS_SCRIPT_URL=$PUBLIC_ANALYTICS_SCRIPT_URL"
- run: echo "PUBLIC_ANALYTICS_WEBSITE_ID=$PUBLIC_ANALYTICS_WEBSITE_ID"
- uses: withastro/action@v3
env:
PUBLIC_ANALYTICS_SCRIPT_URL: ${{ vars.PUBLIC_ANALYTICS_SCRIPT_URL }}
PUBLIC_ANALYTICS_WEBSITE_ID: ${{ vars.PUBLIC_ANALYTICS_WEBSITE_ID }}
with:
path: ./docs
deploy:
Expand Down

0 comments on commit 6b6d0e3

Please sign in to comment.