Skip to content

Commit

Permalink
Merge pull request #4 from The-Nefarious-Developer/home
Browse files Browse the repository at this point in the history
try: change path to publish git hub pages
  • Loading branch information
NickChecan authored Dec 23, 2024
2 parents 7a6d499 + bf7fa83 commit 9958944
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
- name: Build MkDocs site
run: mkdocs build --clean

- name: Upload built site
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: zjoule-website
path: site
name: website
path: site/

deploy:
runs-on: ubuntu-latest
Expand All @@ -40,10 +40,10 @@ jobs:
- name: Download artifact
uses: actions/download-artifact@v3
with:
name: zjoule-website
name: website
path: ./public

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.NEFARIOUS_PERSONAL_TOKEN }}
publish_dir: ./zjoule-website
personal_token: ${{ secrets.NEFARIOUS_PERSONAL_TOKEN }}

0 comments on commit 9958944

Please sign in to comment.