Skip to content

Commit 27fa9e1

Browse files
committed
yml
1 parent fbbc66a commit 27fa9e1

File tree

2 files changed

+2
-61
lines changed

2 files changed

+2
-61
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/upload-artifact@v3
3636
with:
3737
name: react-build
38-
path: ./build
38+
path: build
3939

4040
# Deployment job
4141
deploy:
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555
publish_branch: gh-pages
56-
publish_dir: ./build
56+
publish_dir: build
5757
- name: Debug URL Output
5858
run: |
5959
echo "Deployed to GitHub Pages: ${{ steps.deployment.outputs.page_url }}"

.github/workflows/jekyll-gh-pages.yml

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)