Fix deploy path for Pages
This commit is contained in:
@@ -34,14 +34,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Set up repo
|
- name: Set up repo
|
||||||
run: |
|
run: |
|
||||||
mkdir -p x86_64
|
mkdir -p repo
|
||||||
cp /tmp/pkgout/*.pkg.tar.zst x86_64/
|
cp /tmp/pkgout/*.pkg.tar.zst repo/
|
||||||
cd x86_64
|
cd repo
|
||||||
repo-add antergos-pkgs.db.tar.gz *.pkg.tar.zst
|
repo-add antergos-pkgs.db.tar.gz *.pkg.tar.zst
|
||||||
|
|
||||||
- name: Deploy to Pages
|
- name: Deploy to Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./x86_64
|
publish_dir: ./repo
|
||||||
keep_files: false
|
keep_files: false
|
||||||
|
|||||||
+1
-1
@@ -15,7 +15,7 @@ if ! grep -q "\[antergos-pkgs\]" /etc/pacman.conf; then
|
|||||||
|
|
||||||
[antergos-pkgs]
|
[antergos-pkgs]
|
||||||
SigLevel = Optional TrustAll
|
SigLevel = Optional TrustAll
|
||||||
Server = https://Antergos-NeXT.github.io/antergos-pkgs/x86_64
|
Server = https://Antergos-NeXT.github.io/antergos-pkgs/
|
||||||
CONF
|
CONF
|
||||||
echo "Added antergos-pkgs to pacman.conf"
|
echo "Added antergos-pkgs to pacman.conf"
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user