Skip to content

Commit eb3975a

Browse files
committed
Update Action to add CNAME file
1 parent cc9a333 commit eb3975a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/pelican.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,16 @@ on:
99

1010
jobs:
1111
build:
12-
1312
runs-on: ubuntu-latest
1413

1514
steps:
1615
- uses: actions/checkout@v2
1716
- uses: bimbimprasetyoafif/pelican-simple@v1
1817
env:
19-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
18+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
19+
- run: echo "saocarlos.pyladies.com" > ./CNAME
20+
- uses: EndBug/add-and-commit@v9
21+
with:
22+
message: 'Add CNAME'
23+
add: 'CNAME'
24+
cwd: '.'

0 commit comments

Comments
 (0)