Skip to content

Commit

Permalink
更改Actions配置
Browse files Browse the repository at this point in the history
  • Loading branch information
electronic-pig committed Dec 13, 2023
1 parent b31a4e3 commit 3978358
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,5 @@ jobs:
docker stop douban-container || true
docker rm douban-container || true
docker run -d --name douban-container -p 5000:5000 ${{ secrets.DOCKERHUB_USERNAME }}/douban-webapp:latest
- name: Clean up old Docker images and containers
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
password: ${{ secrets.PASSWORD }}
port: 22
script: |
docker image prune -f
docker container prune -f
2 changes: 1 addition & 1 deletion templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>豆瓣电影Top250数据分析</h2>
<div class="count-box">
<i class="icofont-live-support" style="color: #46d1ff;"></i>
<span data-toggle="counter-up">5693</span>
<p>词汇统计</p>
<p>词频统计</p>
</div>
</a>
</div>
Expand Down
10 changes: 5 additions & 5 deletions templates/word.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ <h1 class="text-light"><a href="index"><span>Douban</span></a></h1>

<div class="col-lg-6 d-flex flex-column justify-content-center about-content">

<div class="section-title">
<div class="section-title" data-aos="fade-up" data-aos-delay="100">
<h2>词频统计</h2>
<p>根据250部电影的一句话描述提炼出词云树,可以让我们更加清晰地了解人们对经典电影的理解</p>
</div>

<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-fingerprint"></i></div>
<h4 class="title"><a href="">成长与发展</a></h4>
<p class="description">很多电影讲述了主人公的成长过程,包括他们的成就、挑战和自我发现</p>
<h4 class="title"><a href="">世界与人生</a></h4>
<p class="description">通过电影,人们能够窥视世界的多样性、人生的复杂性以及我们在其中的角色和体验</p>
</div>

<div class="icon-box" data-aos="fade-up" data-aos-delay="100">
<div class="icon"><i class="bx bx-fingerprint"></i></div>
<h4 class="title"><a href="">冒险与旅程</a></h4>
<p class="description">冒险元素经常出现在电影中,人们在电影中追求探险、发现未知,或是经历令人难忘的旅程</p>
<h4 class="title"><a href="">成长与发展</a></h4>
<p class="description">很多电影讲述了主人公的成长过程,包括他们的成就、挑战和自我发现</p>
</div>

</div>
Expand Down

0 comments on commit 3978358

Please sign in to comment.