diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index fd07cff..c75b042 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -1,4 +1,4 @@ -# .github/workflows/site.yml +# GitHub Pages deployment workflow name: site on: @@ -7,7 +7,7 @@ on: tags-ignore: ['**'] pull_request: schedule: - - cron: '0 10 * * 6' # Runs at 10:00 UTC every Saturday + - cron: '0 10 * * 6' # Every Saturday at 10:00 permissions: contents: read @@ -28,13 +28,10 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-python@v4 with: python-version: '3.11' - - run: pip install -r requirements.txt pyyaml - - name: Check CITATION.cff & .zenodo.json run: | python < - - - - Redirecting… - - -

Redirecting to State of Open Source AI.

- -' > _site/index.html - + sed "s#DESTINATION#${{ steps.pages.outputs.base_url }}/$SITE_PREFIX#g" .redirect-template.html > _site/index.html - uses: actions/upload-pages-artifact@v2 deploy: