mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
Upload site as artifact
This commit is contained in:
7
.github/workflows/build-pr.yml
vendored
7
.github/workflows/build-pr.yml
vendored
@@ -31,3 +31,10 @@ jobs:
|
||||
|
||||
- name: Build the static website
|
||||
run: bundle exec jekyll build
|
||||
|
||||
# Upload resulting "_site" directory as artifact
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: site
|
||||
path: _site/
|
||||
|
||||
Reference in New Issue
Block a user