Attempt to Fix issue in ci...

This commit is contained in:
2024-02-08 14:02:36 -08:00
parent 4e8f3bc5f4
commit 8bf7430314

View File

@@ -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