Skip to content

Commit

Permalink
Add --unstable to build + update guide with new details
Browse files Browse the repository at this point in the history
  • Loading branch information
olaven committed Jun 11, 2022
1 parent 812127d commit 392308c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -10,9 +10,9 @@ jobs:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: 1.10.2
deno-version: 1.15.3
- name: Build
run: deno run --allow-read --allow-write https://denopkg.com/olaven/markblog/mod.ts build
run: deno run --allow-read --allow-write --unstable https://denopkg.com/olaven/markblog/mod.ts build
- name: merge master -> publish
uses: devmasx/merge-branch@v1.3.1
with:
Expand Down
4 changes: 2 additions & 2 deletions posts/guides/blog_with_git_and_markdown.md
Expand Up @@ -87,9 +87,9 @@ jobs:
- uses: actions/checkout@master
- uses: denolib/setup-deno@master
with:
deno-version: 0.36
deno-version: 1.15.3
- name: Build
run: deno --allow-read --allow-write https://raw.githubusercontent.com/olaven/markblog/master/markblog.ts build
run: deno --allow-read --allow-write --unstable https://raw.githubusercontent.com/olaven/markblog/master/mod.ts build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
Expand Down

0 comments on commit 392308c

Please sign in to comment.