Skip to content

fix(pages): 将已发布文章的时间排序代码挪到分页之前,解决分页后未排序的问题。 #19

fix(pages): 将已发布文章的时间排序代码挪到分页之前,解决分页后未排序的问题。

fix(pages): 将已发布文章的时间排序代码挪到分页之前,解决分页后未排序的问题。 #19

Workflow file for this run

name: Building Website Testing
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
path: pages # The root location of your Astro project inside the repository.