Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RealZiangLiu committed Jun 17, 2024
1 parent 6c7d564 commit c1d28b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
docker run \
-v ${{ github.workspace }}:/srv/jekyll -v ${{ github.workspace }}/_site:/srv/jekyll/_site \
-e PAGES_REPO_NWO=${{ github.repository }} \
jekyll/builder:$JEKYLL_VERSION /bin/bash -c "gem update --system 3.3.22 && chmod 777 /srv/jekyll && jekyll build --future"
jekyll/builder:$JEKYLL_VERSION /bin/bash -c "chmod 777 /srv/jekyll && jekyll build --future"
6 changes: 3 additions & 3 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Update Rubygems
run: gem update --system 3.3.22
# - name: Update Rubygems
# run: gem update --system 3.3.22
- name: Jekyll Actions
# You may pin to the exact commit or the version.
# uses: helaili/jekyll-action@d305e465c911226c731afb6db07c8bde20e03ced
uses: helaili/jekyll-action@2.2.0
uses: helaili/jekyll-action@2.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
target_branch: deploy-server # optional
Expand Down

0 comments on commit c1d28b6

Please sign in to comment.