forked from github.com/GenderDysphoria.fyi
Attempt to Fix issue in ci...
This commit is contained in:
@@ -12,7 +12,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
job1:
|
job1:
|
||||||
name: Build static site.
|
name: Build static site.
|
||||||
runs-on: catthehacker-ubuntu
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Get current date
|
name: Get current date
|
||||||
@@ -44,7 +44,7 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
-
|
-
|
||||||
name: Upload artifact...
|
name: Upload artifact...
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build_artifact
|
name: build_artifact
|
||||||
path: dist
|
path: dist
|
||||||
|
|||||||
Reference in New Issue
Block a user