remove docs verbage and update actions

This commit is contained in:
Daylin Morgan 2024-11-25 14:28:23 -06:00
parent 00e38fe2a5
commit aa363fabb8
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -1,4 +1,4 @@
name: 📄 Build Docs
name: Build Site
on:
push:
@ -6,11 +6,11 @@ on:
jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0