Skip to content

Commit

Permalink
Updating to fix deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaland committed Oct 26, 2024
1 parent f2e3dca commit a53bd6d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Build
uses: konstfish/quartz-build-action@v1
uses: konstfish/quartz-build-action@v2
with:
source: content
quartz_config: quartz.config.ts
quartz_layout: quartz.layout.ts
quartz_icon: quartz/static/icon.png
quartz_icon: images/icon.png
quartz_banner: images/banner.png
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
deploy:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This repository is built using the github action [quartz-build-action](build-qua

Pages located in the `content` directory.

Quartz Config Info located in `config`
Quartz Config Info located in `images`

Static content located in `static`

Expand Down
Binary file added images/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file removed static/og-image.png
Binary file not shown.

0 comments on commit a53bd6d

Please sign in to comment.