Skip to content

Commit

Permalink
fix directory
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon committed Dec 20, 2023
1 parent 13420e0 commit 6eba2bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
jobs:
CI:
runs-on: ubuntu-22.04
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v3

Expand Down
8 changes: 1 addition & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
push:
branches:
- prerelease
paths:
- ".github/workflows/deploy.yml"
- "website/**"

permissions:
contents: read
Expand All @@ -24,9 +21,6 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-22.04
defaults:
run:
working-directory: website
steps:
- uses: actions/checkout@v3

Expand Down Expand Up @@ -57,7 +51,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "./website/build"
path: "./build"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2

0 comments on commit 6eba2bc

Please sign in to comment.