From c8e28da12973f8844ac0457e2db6ccd56286b34a Mon Sep 17 00:00:00 2001 From: itchyny Date: Mon, 31 Jul 2023 09:52:52 +0900 Subject: Redesign website (#2628) * Bump up Bootstrap to v5.3.1, Bootstrap Icon to v1.10.5. * Use autoComplete.js to drop dependency on jQuery and typeahead.js. * Support dark mode. * New svg logo and icon with responsive color mode support. * Normalize section ids to lower kebab-case for easiness of linking. * Use relative paths for links for local development (--root /output). * Various markup cleanups and accessibility improvements. --- .github/workflows/website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 9de1aa62..6fc8b809 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.10' + python-version: '3.11' cache: pipenv - name: Install pipenv run: pip install pipenv -- cgit v1.2.3