Skip to content

Commit

Permalink
Update Playground for Aiken v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KtorZ committed Aug 29, 2024
1 parent b2e2a6e commit 520261f
Show file tree
Hide file tree
Showing 20 changed files with 1,822 additions and 401 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ jobs:
- uses: actions/checkout@v4
- shell: bash
run: ./build.sh
- name: Publish
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: play
directory: dist
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit 520261f

Please sign in to comment.