This commit is contained in:
parent
e12c8104ec
commit
750e4311c0
1 changed files with 17 additions and 16 deletions
|
@ -1,16 +1,17 @@
|
|||
name: Static Deploy
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: 'recursive'
|
||||
submodules: "recursive"
|
||||
- name: Grab packages
|
||||
run: |
|
||||
apt-get update && \
|
||||
|
|
Loading…
Add table
Reference in a new issue