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