Skip to content

Commit

Permalink
change destination of build
Browse files Browse the repository at this point in the history
  • Loading branch information
satra committed Feb 13, 2024
1 parent 0762c92 commit 869a3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy Jekyll with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
branches: [$default-branch]
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/[email protected]
with:
source: ./docs
destination: ./docs/_site
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v3

Expand All @@ -48,4 +48,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 869a3e7

Please sign in to comment.