added checkout before trying to run psb
This commit is contained in:
parent
4aac15f826
commit
4d851bc69e
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build_and_gh_pages.yml
vendored
2
.github/workflows/build_and_gh_pages.yml
vendored
|
@ -5,6 +5,8 @@ jobs:
|
|||
name: Generate Site
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v4
|
||||
- name: Build files
|
||||
uses: Pagwin-Fedora/psb@v1
|
||||
|
||||
|
|
Loading…
Reference in a new issue