aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_website.yml1
-rw-r--r--.github/workflows/deploy_website.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/build_website.yml b/.github/workflows/build_website.yml
index 82e3b25..5f765da 100644
--- a/.github/workflows/build_website.yml
+++ b/.github/workflows/build_website.yml
@@ -9,4 +9,5 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
+ - uses: actions/checkout@v4
- uses: ./.github/actions/build.yml
diff --git a/.github/workflows/deploy_website.yml b/.github/workflows/deploy_website.yml
index 3d8b790..19bce99 100644
--- a/.github/workflows/deploy_website.yml
+++ b/.github/workflows/deploy_website.yml
@@ -29,6 +29,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
+ - uses: actions/checkout@v4
- uses: ./.github/actions/build.yml
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage