mirror of
https://github.com/actix/actix-website
synced 2024-11-23 16:31:08 +01:00
Update github-pages-deploy-action to 4.1.1 (#223)
This commit is contained in:
parent
3ed587a81a
commit
a808293221
11
.github/workflows/deploy.yml
vendored
11
.github/workflows/deploy.yml
vendored
@ -24,10 +24,9 @@ jobs:
|
||||
run: hugo --minify
|
||||
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.1
|
||||
with:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||
BRANCH: master
|
||||
FOLDER: public
|
||||
REPOSITORY_NAME: actix/actix.github.io
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
branch: master
|
||||
folder: public
|
||||
repository-name: actix/actix.github.io
|
||||
|
@ -37,7 +37,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
|
||||
|
||||
# Enforcement
|
||||
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at robjtede@icloud.com ([@robjtede]) or huyuumi@neet.club ([@JohnTitor]). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at robjtede@icloud.com ([@robjtede]) or jtitor@2k36.org ([@JohnTitor]). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
|
||||
|
||||
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user