add update gds to ci
diff --git a/.github/workflows/user_project_ci.yml b/.github/workflows/user_project_ci.yml
index 6094329..6ecf00d 100644
--- a/.github/workflows/user_project_ci.yml
+++ b/.github/workflows/user_project_ci.yml
@@ -137,6 +137,18 @@
           make verify-mprj_stimulus-gl 
           make verify-wb_port-gl
 
+      - name: Push gds
+        #if: github.event_name == 'workflow_dispatch'
+        run: |
+          ls -la
+          git status
+          git add def gds lef mag maglef spi/lvs verilog/gl
+          git status
+          git config user.email "rbacik@hotmail.com"
+          git config user.name "roman3017"
+          git commit -m "action: update build"
+          git push origin HEAD:main
+
   user_project_flow_sky130B:
     timeout-minutes: 720
     runs-on: ubuntu-latest
diff --git a/README.md b/README.md
index 91339d0..c70cd05 100644
--- a/README.md
+++ b/README.md
@@ -32,8 +32,12 @@
 
 ## References
 
- - [QUICKSTART](https://caravel-user-project.readthedocs.io/en/latest) For a QSG.
- - [README](docs/source/index.rst) For a sample project documentation.
- - [USB CDC](https://github.com/ulixxe/usb_cdc) IP taken from ulixxe
+ - [MPW-8](https://platform.efabless.com/shuttles/MPW-8) Shuttle projects (project 1758)
+ - [USB](https://github.com/ulixxe/usb_cdc) IP taken from ulixxe
  - [UART](https://github.com/alexforencich/verilog-uart) IP taken from alexforencich
- - [MPW shuttle](https://platform.efabless.com/shuttles/MPW-8) Submitted project 1758
+ - [Harness](https://caravel-harness.readthedocs.io/en/latest) Harness specification
+ - [OpenLane](https://openlane.readthedocs.io/en/latest) OpenLane documentation
+ - [Board](https://github.com/efabless/caravel_board) Test board
+ - [PLL ](https://github.com/kbeckmann/caravel-pll-calculator) PLL registers calculator
+ - [QSG](https://caravel-user-project.readthedocs.io/en/latest) Quick start guide
+ - [README](docs/source/index.rst) A sample project documentation