diff --git a/.gitea/workflows/pages.yml b/.gitea/workflows/pages.yml index 19d113c..25045b5 100644 --- a/.gitea/workflows/pages.yml +++ b/.gitea/workflows/pages.yml @@ -13,8 +13,8 @@ jobs: steps: - uses: actions/checkout@v3 - - run: apt update - - run: apt install python3-pip + - run: apt update -Y + - run: apt install python3-pip -Y - run: pip3 install mkdocs-material - run: mkdocs build