Skip to content

Commit

Permalink
feat: ✨ index added
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Mar 18, 2023
1 parent f0ec877 commit 69495c9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/update-index.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: update-index

on:
workflow_dispatch: {}
push:
branches: [master, main]
paths: [index/**, .github/workflows/update-index.yml]

concurrency:
group: ${{ github.ref }}-index
cancel-in-progress: true

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3

- uses: cloudflare/pages-action@1
with:
apiToken: ${{ secrets.CLOUDFLARE_PAGES_DEPLOY_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: index-tarampamp-am
directory: ./index
branch: main # aka CF "production" environment
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions index/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
123

0 comments on commit 69495c9

Please sign in to comment.