1
0
mirror of https://github.com/khrysse/khrysse.github.io.git synced 2025-06-27 14:41:54 +00:00

Update deploy.yml

This commit is contained in:
Kryscau 2025-06-09 03:21:22 +02:00
parent 1eef073e0e
commit 87d1ec763c

View File

@ -29,6 +29,8 @@ jobs:
- name: build - name: build
env: env:
BASE_PATH: '/${{ github.event.repository.name }}' BASE_PATH: '/${{ github.event.repository.name }}'
PUBLIC_GITHUB_API_URL: 'https://api.github.com'
PUBLIC_GITHUB_USERNAME: ${{ github.repository_owner }}
run: | run: |
npm run build npm run build