We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5656e5 commit 8872e50Copy full SHA for 8872e50
.github/workflows/pull_request.yml
@@ -21,21 +21,16 @@ jobs:
21
- name: Run npm install
22
run: npm ci
23
24
- # After the site is built, we delete the old docs folder,
25
- # add CNAME file to dist folder, and rename it to docs.
26
- name: Build
27
run: |
28
npm run build
29
- echo "chooser-beta.creativecommons.org" > "./dist/CNAME"
30
- rm -r -f "./docs"
31
- mv -f -v "./dist" "./docs"
32
33
- name: Commit changes
34
uses: EndBug/add-and-commit@v4
35
with:
36
- author_name: obulat
37
- author_email: obulat@gmail.com
38
- message: "Publish site"
+ author_name: cc-open-source-bot
+ author_email: opensource@creativecommons.org
+ message: "Deploy site"
39
add: "./docs"
40
env:
41
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments