Skip to content

Commit 2dd6e4e

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pelican.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ 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+
-name: Create CNAME file
20+
run: echo "saocarlos.pyladies.com" > output/CNAME

0 commit comments

Comments
 (0)