Compare commits
No commits in common. "v250417-1805" and "main" have entirely different histories.
v250417-18
...
main
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Build
|
||||
run: npx @11ty/eleventy
|
||||
- name: Upload artifact
|
||||
uses: https://data.forgejo.org/forgejo/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
path: dist/
|
||||
|
@ -25,7 +25,7 @@ jobs:
|
|||
container:
|
||||
image: node:21-bullseye # Required by actions/download-artifact
|
||||
steps:
|
||||
- uses: https://data.forgejo.org/forgejo/download-artifact@v4
|
||||
- uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
- name: rsync deployment
|
||||
|
|
Loading…
Reference in a new issue