Skip to content

Commit

Permalink
remove github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyuanxu-star committed Jul 8, 2024
1 parent 69f52ea commit 7075e63
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches: [ main ]
paths-ignore:
- 'README.md'
# - '.github/**'
pull_request:
branches: [ main ]
workflow_dispatch:
Expand All @@ -30,8 +29,9 @@ jobs:
id: autograding
with:
outputFile: .github/result/check_result.json

deploy:
name: Deploy to pages
name: Deploy to logs
needs: build
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -61,11 +61,3 @@ jobs:
points: '${{ needs.build.outputs.points }}'
path: 'autograding_logs/points-badge.svg'
type: 'badge'
- name: GitHub Pages
uses: crazy-max/ghaction-github-pages@v3
with:
target_branch: gh-pages
build_dir: autograding_logs
keep_history: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7075e63

Please sign in to comment.