Skip to content

Commit

Permalink
added environment
Browse files Browse the repository at this point in the history
  • Loading branch information
basicavisual committed Aug 21, 2024
1 parent f2f7308 commit c241598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: workflow_dispatch
jobs:
build_site:
runs-on: ubuntu-latest
environment:
name: github-pages
env:
BASE_PATH: ${{ vars.BASE_PATH }}
DIRECTUS_TOKEN: ${{ vars.DIRECTUS_TOKEN }}
path_1: ${{ toJson(vars.BASE_PATH) }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c241598

Please sign in to comment.