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: on:
push: push:
@ -6,11 +6,11 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
permissions: permissions:
contents: write contents: write
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0