Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Merge pull request #13 from s0urce-c0de/main
Browse files Browse the repository at this point in the history
there was a permission error in the deployment. I fixed it
  • Loading branch information
vcc3v authored Dec 12, 2024
2 parents 905142e + c6db7d8 commit dd4090a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 61 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/jekyll.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
- name: Install dependencies
run: bundle install
- name: Generate Favicons
run: assets/favicon/convert.sh
run: |
chmod +x assets/favicon/convert.sh
assets/favicon/convert.sh
- name: Jekyll Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/jekyll.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/jekyll.yml
Empty file modified assets/favicon/convert.sh
100644 → 100755
Empty file.

0 comments on commit dd4090a

Please sign in to comment.