mirror of
https://github.com/BioArchLinux/HomePage.git
synced 2025-03-10 06:14:00 +00:00
update
This commit is contained in:
parent
1b2b023ded
commit
6059e3d8ab
2 changed files with 14 additions and 0 deletions
7
content/posts/2022-04-10.md
Normal file
7
content/posts/2022-04-10.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
---
|
||||||
|
title: "pkgs.org includes the status our repository"
|
||||||
|
date: 2022-04-10T21:26:33Z
|
||||||
|
draft: false
|
||||||
|
---
|
||||||
|
|
||||||
|
pkgs.org is a web to show packages from different distributions and repository, now pkgs.org include our repository.
|
7
push.sh
Executable file
7
push.sh
Executable file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git pull
|
||||||
|
hugo -D
|
||||||
|
git add .
|
||||||
|
git commit -m "update"
|
||||||
|
git push
|
Loading…
Add table
Reference in a new issue