Skip to content

Commit

Permalink
fix: ignore .idea
Browse files Browse the repository at this point in the history
+ workflow `deploy` dependency on `rustdoc`
  • Loading branch information
bingxueshuang committed Sep 22, 2023
1 parent 994948f commit c59554e
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 36 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,13 @@ jobs:
path: target/doc

deploy:
needs: build
needs: rustdoc
permissions:
pages: write
id-token: write

environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/target
/Cargo.lock
.idea
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions .idea/email-parser.iml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit c59554e

Please sign in to comment.