Skip to content

Commit

Permalink
Check links before creating ifs pages
Browse files Browse the repository at this point in the history
  • Loading branch information
lordiii committed Mar 20, 2024
1 parent 7fb4825 commit e7034d3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,19 @@ jobs:
python-version: '3.11'
cache: 'pip'
- run: pip install -r requirements.txt
- name: 'build and deploy'
uses: shalzz/[email protected]
env:
CHECK_LINKS: true
BUILD_ONLY: true
BUILD_DIR: .
- run: python ifs.py
env:
IFS_FOLDER: 'content/images/ifs'
IFS_PATH: ${{ secrets.IFS_PATH }}
- name: 'build and deploy'
uses: shalzz/[email protected]
env:
CHECK_LINKS: true
PAGES_BRANCH: master
BUILD_DIR: .
TOKEN: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit e7034d3

Please sign in to comment.