Skip to content

Commit 268db31

Browse files
committed
ci: update
1 parent 223d1c9 commit 268db31

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
FROM ghcr.io/loongarchlinux/archlinux:latest
22
ARG TARGETARCH
3-
RUN rm -f /root/.bash_history /var/log/pacman.log
43
RUN --mount=type=cache,target=/var/cache/pacmant,sharing=locked \
54
--mount=type=cache,target=/var/lib/pacman/sync,sharing=locked \
65
pacman --noconfirm -Syu

.github/workflows/deploy.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: deploy
1+
name: Deploy Github Pages
22

33
on:
44
push:
5-
branches: [main]
5+
branches:
6+
- main
7+
paths:
8+
- "!.github/docker/Dockerfile"
9+
- "!.github/workflows/docker-images.yml"
610

711
jobs:
812
build:

0 commit comments

Comments
 (0)