mirror of
https://github.com/daylinmorgan/nimpkgs.git
synced 2025-01-22 06:07:33 -06:00
remove docs verbage and update actions
This commit is contained in:
parent
00e38fe2a5
commit
aa363fabb8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue