diff --git a/.github/workflows/build_doc.yml b/.github/workflows/build_doc.yml index c24852c..cd58ea6 100644 --- a/.github/workflows/build_doc.yml +++ b/.github/workflows/build_doc.yml @@ -4,9 +4,12 @@ on: - '*' pull_request: +env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + name: Build documentation on new release jobs: - test: + doc: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 diff --git a/.gitignore b/.gitignore index 6936990..a014dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /target **/*.rs.bk Cargo.lock + +.idea/ \ No newline at end of file