Skip to content

Commit

Permalink
Update Action to add CNAME file
Browse files Browse the repository at this point in the history
  • Loading branch information
julianaklulo committed Jun 5, 2024
1 parent cc9a333 commit eb3975a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: bimbimprasetyoafif/pelican-simple@v1
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- run: echo "saocarlos.pyladies.com" > ./CNAME
- uses: EndBug/add-and-commit@v9
with:
message: 'Add CNAME'
add: 'CNAME'
cwd: '.'

0 comments on commit eb3975a

Please sign in to comment.