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:
|
||||
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
|
||||
|
Loading…
Reference in a new issue