Skip to content

Commit

Permalink
symlink file at ci build time
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfl0wer committed Dec 31, 2023
1 parent a810a23 commit 4d90a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand All @@ -28,4 +27,5 @@ jobs:
restore-keys: |
mkdocs-material-
- run: pip install -r requirements.txt
- run: ln -s SPECIFICATION.md docs/specification.md
- run: mkdocs gh-deploy --force

0 comments on commit 4d90a33

Please sign in to comment.