mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
ci: update build action
This commit is contained in:
parent
34575e05e7
commit
590de5a507
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build-publish.yml
vendored
5
.github/workflows/build-publish.yml
vendored
|
@ -30,12 +30,11 @@ jobs:
|
|||
sudo apt install inkscape
|
||||
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup nim
|
||||
uses: jiro4989/setup-nim-action@v1
|
||||
with:
|
||||
nim-version: '1.6.12' # default is 'stable'
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Get Deps
|
||||
|
@ -58,7 +57,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v1
|
||||
- name: Deploy to GitHub Pages
|
||||
|
|
Loading…
Reference in a new issue