now doing proper artifact things
This commit is contained in:
parent
3c3360e018
commit
a9da409842
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build_and_gh_pages.yml
vendored
6
.github/workflows/build_and_gh_pages.yml
vendored
|
@ -5,10 +5,14 @@ jobs:
|
|||
name: Generate Site
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repo
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Build files
|
||||
uses: Pagwin-Fedora/psb@v1.1
|
||||
- name: Upload site as artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: publish/
|
||||
|
||||
deploy_site:
|
||||
name: Publish Site
|
||||
|
|
Loading…
Reference in a new issue