Skip to content

Commit

Permalink
issue #735: experiments with Documentation delivery workflow to check…
Browse files Browse the repository at this point in the history
… notifications
  • Loading branch information
kamilsk committed Apr 24, 2023
1 parent c449108 commit 9be817d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Fake step for the issue 735
run: echo Failed && exit 1

- name: Checkout the repository
uses: actions/checkout@v3
with: { fetch-depth: 0 }
Expand Down
1 change: 0 additions & 1 deletion tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"private": true,
"scripts": {},
"dependencies": {
"@sentry/cli": "^2.17.4",
"@withgraphite/graphite-cli": "^0.20.15",
Expand Down
2 changes: 1 addition & 1 deletion tools/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default {
),
banner: {
text: <a href="https://github.com/tact-app/web/releases/tag/v0.3.0-pre.3" target="_blank">
🎉 Release v0.3.0-rc.3 is out. Read more →
🎉 Release v0.3.0-pre.3 is out. Read more →
</a>,
},
footer: {
Expand Down

0 comments on commit 9be817d

Please sign in to comment.