Skip to content

Commit 9e75035

Browse files
authored
Update deploy.yml
1 parent fceb76c commit 9e75035

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212
# If, instead, your site lives at the root of the domain, at `https://mydomain.org`, set `BASE_URL=''`.
1313
BASE_URL: /${{ github.event.repository.name }}
1414

15+
16+
1517
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
1618
permissions:
1719
contents: read
@@ -29,6 +31,8 @@ jobs:
2931
url: ${{ steps.deployment.outputs.page_url }}
3032
runs-on: ubuntu-latest
3133
steps:
34+
- name: Ensure _build exists
35+
- run: mkdir -p _build
3236
- uses: actions/checkout@v4
3337
- name: Setup Pages
3438
uses: actions/configure-pages@v3

0 commit comments

Comments
 (0)