Skip to content

Commit c241598

Browse files
committed
added environment
1 parent f2f7308 commit c241598

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ on: workflow_dispatch
44
jobs:
55
build_site:
66
runs-on: ubuntu-latest
7+
environment:
8+
name: github-pages
79
env:
8-
BASE_PATH: ${{ vars.BASE_PATH }}
910
DIRECTUS_TOKEN: ${{ vars.DIRECTUS_TOKEN }}
10-
path_1: ${{ toJson(vars.BASE_PATH) }}
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4

0 commit comments

Comments
 (0)